Trait IExtensionServices_Impl
pub trait IExtensionServices_Impl: IUnknownImpl {
    // Required methods
    fn SetAdditionalHeaders(&self, pwzadditionalheaders: &PCWSTR) -> Result<()>;
    fn SetAuthenticateData(
        &self,
        phwnd: HWND,
        pwzusername: &PCWSTR,
        pwzpassword: &PCWSTR,
    ) -> Result<()>;
}Required Methods§
fn SetAdditionalHeaders(&self, pwzadditionalheaders: &PCWSTR) -> Result<()>
fn SetAuthenticateData( &self, phwnd: HWND, pwzusername: &PCWSTR, pwzpassword: &PCWSTR, ) -> 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.