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

Required Methods§

fn GetOptionString(&self, pbstroptions: *mut BSTR) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§