Skip to main content

ICoreWebView2_15_Impl

Trait ICoreWebView2_15_Impl 

Source
pub trait ICoreWebView2_15_Impl: ICoreWebView2_14_Impl {
    // Required methods
    fn FaviconChanged(
        &self,
        eventhandler: Ref<'_, ICoreWebView2FaviconChangedEventHandler>,
    ) -> Result<i64>;
    fn RemoveFaviconChanged(&self, token: i64) -> Result<()>;
    fn FaviconUri(&self) -> Result<PWSTR>;
    fn GetFavicon(
        &self,
        format: COREWEBVIEW2_FAVICON_IMAGE_FORMAT,
        completedhandler: Ref<'_, ICoreWebView2GetFaviconCompletedHandler>,
    ) -> Result<()>;
}

Required Methods§

Dyn Compatibility§

This trait is not dyn compatible.

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

Implementors§