windows::Win32::Web::InternetExplorer

Trait ITargetNotify2_Impl

pub trait ITargetNotify2_Impl: ITargetNotify_Impl {
    // Required method
    fn GetOptionString(&self, pbstroptions: *mut BSTR) -> Result<()>;
}

Required Methods§

fn GetOptionString(&self, pbstroptions: *mut BSTR) -> 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§