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

Required Methods§

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

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

Object Safety§

This trait is not object safe.

Implementors§