Trait IWordFormSink_Impl
pub trait IWordFormSink_Impl: IUnknownImpl {
// Required methods
fn PutAltWord(&self, pwcinbuf: &PCWSTR, cwc: u32) -> Result<()>;
fn PutWord(&self, pwcinbuf: &PCWSTR, cwc: u32) -> Result<()>;
}
Required Methods§
fn PutAltWord(&self, pwcinbuf: &PCWSTR, cwc: u32) -> Result<()>
fn PutWord(&self, pwcinbuf: &PCWSTR, cwc: u32) -> Result<()>
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.