pub trait IPrintAsyncNewChannelCookie_Impl: Sized + IPrintAsyncCookie_Impl {
    // Required method
    fn FinishAsyncCallWithData(
        &self,
        param0: *const Option<IPrintAsyncNotifyChannel>,
        param1: u32
    ) -> Result<()>;
}

Required Methods§

Object Safety§

This trait is not object safe.

Implementors§