pub trait IDebugOutputCallbacks_Impl: Sized {
    // Required method
    fn Output(&self, mask: u32, text: &PCSTR) -> Result<()>;
}

Required Methods§

fn Output(&self, mask: u32, text: &PCSTR) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§