pub trait ITfContextOwnerCompositionServices_Impl: Sized + ITfContextComposition_Impl {
    // Required method
    fn TerminateComposition(
        &self,
        pcomposition: Option<&ITfCompositionView>,
    ) -> Result<()>;
}

Required Methods§

fn TerminateComposition( &self, pcomposition: Option<&ITfCompositionView>, ) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§