windows::Win32::UI::TextServices

Trait ITfTransitoryExtensionUIElement_Impl

pub trait ITfTransitoryExtensionUIElement_Impl: ITfUIElement_Impl {
    // Required method
    fn GetDocumentMgr(&self) -> Result<ITfDocumentMgr>;
}

Required Methods§

fn GetDocumentMgr(&self) -> Result<ITfDocumentMgr>

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§