Trait ITfCompositionView_Impl
pub trait ITfCompositionView_Impl: IUnknownImpl {
// Required methods
fn GetOwnerClsid(&self) -> Result<GUID>;
fn GetRange(&self) -> Result<ITfRange>;
}
Required Methods§
fn GetOwnerClsid(&self) -> Result<GUID>
fn GetRange(&self) -> Result<ITfRange>
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.