pub trait IStemSink_Impl: Sized {
    // 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<()>

Object Safety§

This trait is not object safe.

Implementors§