windows::Win32::Web::InternetExplorer

Trait IOpenServiceActivityOutputContext_Impl

pub trait IOpenServiceActivityOutputContext_Impl: IUnknownImpl {
    // Required methods
    fn Navigate(
        &self,
        pwzuri: &PCWSTR,
        pwzmethod: &PCWSTR,
        pwzheaders: &PCWSTR,
        ppostdata: Ref<'_, IStream>,
    ) -> Result<()>;
    fn CanNavigate(
        &self,
        pwzuri: &PCWSTR,
        pwzmethod: &PCWSTR,
        pwzheaders: &PCWSTR,
        ppostdata: Ref<'_, IStream>,
    ) -> Result<BOOL>;
}

Required Methods§

fn Navigate( &self, pwzuri: &PCWSTR, pwzmethod: &PCWSTR, pwzheaders: &PCWSTR, ppostdata: Ref<'_, IStream>, ) -> Result<()>

fn CanNavigate( &self, pwzuri: &PCWSTR, pwzmethod: &PCWSTR, pwzheaders: &PCWSTR, ppostdata: Ref<'_, IStream>, ) -> Result<BOOL>

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§