pub trait IPrintSchemaAsyncOperationEvent_Impl: Sized + IDispatch_Impl {
// Required method
fn Completed(
&self,
pticket: Option<&IPrintSchemaTicket>,
hroperation: HRESULT,
) -> Result<()>;
}
Required Methods§
fn Completed( &self, pticket: Option<&IPrintSchemaTicket>, hroperation: HRESULT, ) -> Result<()>
Object Safety§
This trait is not object safe.