pub trait IDebugOutputStream_Impl: Sized {
    // Required method
    fn Write(&self, psz: &PCWSTR) -> Result<()>;
}

Required Methods§

fn Write(&self, psz: &PCWSTR) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§