pub trait ITfCleanupContextSink_Impl: Sized {
    // Required method
    fn OnCleanupContext(
        &self,
        ecwrite: u32,
        pic: Option<&ITfContext>,
    ) -> Result<()>;
}

Required Methods§

fn OnCleanupContext(&self, ecwrite: u32, pic: Option<&ITfContext>) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§