Skip to main content

ICoreWebView2_19_Impl

Trait ICoreWebView2_19_Impl 

Source
pub trait ICoreWebView2_19_Impl: ICoreWebView2_18_Impl {
    // Required methods
    fn MemoryUsageTargetLevel(
        &self,
    ) -> Result<COREWEBVIEW2_MEMORY_USAGE_TARGET_LEVEL>;
    fn SetMemoryUsageTargetLevel(
        &self,
        value: COREWEBVIEW2_MEMORY_USAGE_TARGET_LEVEL,
    ) -> Result<()>;
}

Required Methods§

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§