pub trait ISWbemSink_Impl: Sized + IDispatch_Impl {
    // Required method
    fn Cancel(&self) -> Result<()>;
}

Required Methods§

fn Cancel(&self) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§