windows::Win32::System::Diagnostics::Debug::ActiveScript

Trait IActiveScriptStringCompare_Impl

pub trait IActiveScriptStringCompare_Impl: IUnknownImpl {
    // Required method
    fn StrComp(&self, bszstr1: &BSTR, bszstr2: &BSTR) -> Result<i32>;
}

Required Methods§

fn StrComp(&self, bszstr1: &BSTR, bszstr2: &BSTR) -> Result<i32>

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§