pub trait IPrintSchemaAsyncOperation_Impl: Sized + IDispatch_Impl {
// Required methods
fn Start(&self) -> Result<()>;
fn Cancel(&self) -> Result<()>;
}
Required Methods§
Object Safety§
This trait is not object safe.
pub trait IPrintSchemaAsyncOperation_Impl: Sized + IDispatch_Impl {
// Required methods
fn Start(&self) -> Result<()>;
fn Cancel(&self) -> Result<()>;
}