windows::Win32::Web::InternetExplorer

Trait IHTMLPersistData_Impl

pub trait IHTMLPersistData_Impl: IUnknownImpl {
    // Required methods
    fn save(&self, punk: Ref<'_, IUnknown>, ltype: i32) -> Result<VARIANT_BOOL>;
    fn load(&self, punk: Ref<'_, IUnknown>, ltype: i32) -> Result<VARIANT_BOOL>;
    fn queryType(&self, ltype: i32) -> Result<VARIANT_BOOL>;
}

Required Methods§

fn save(&self, punk: Ref<'_, IUnknown>, ltype: i32) -> Result<VARIANT_BOOL>

fn load(&self, punk: Ref<'_, IUnknown>, ltype: i32) -> Result<VARIANT_BOOL>

fn queryType(&self, ltype: i32) -> Result<VARIANT_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§