windows::Win32::System::Diagnostics::Debug::Extensions

Trait IDebugOutputCallbacks_Impl

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

Required Methods§

fn Output(&self, mask: u32, text: &PCSTR) -> 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.

Implementors§