windows::Win32::Web::InternetExplorer

Trait IOpenServiceActivityInput_Impl

pub trait IOpenServiceActivityInput_Impl: IUnknownImpl {
    // Required methods
    fn GetVariable(
        &self,
        pwzvariablename: &PCWSTR,
        pwzvariabletype: &PCWSTR,
    ) -> Result<BSTR>;
    fn HasVariable(
        &self,
        pwzvariablename: &PCWSTR,
        pwzvariabletype: &PCWSTR,
    ) -> Result<BOOL>;
    fn GetType(&self) -> Result<OpenServiceActivityContentType>;
}

Required Methods§

fn GetVariable( &self, pwzvariablename: &PCWSTR, pwzvariabletype: &PCWSTR, ) -> Result<BSTR>

fn HasVariable( &self, pwzvariablename: &PCWSTR, pwzvariabletype: &PCWSTR, ) -> Result<BOOL>

fn GetType(&self) -> Result<OpenServiceActivityContentType>

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§