ICoreWebView2Frame7_Impl

Trait ICoreWebView2Frame7_Impl 

Source
pub trait ICoreWebView2Frame7_Impl: ICoreWebView2Frame6_Impl {
    // Required methods
    fn add_FrameCreated(
        &self,
        eventhandler: Ref<'_, ICoreWebView2FrameChildFrameCreatedEventHandler>,
        token: *mut i64,
    ) -> Result<(), Error>;
    fn remove_FrameCreated(&self, token: i64) -> Result<(), Error>;
}

Required Methods§

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§