Skip to main content

ICoreWebView2Frame5_Impl

Trait ICoreWebView2Frame5_Impl 

Source
pub trait ICoreWebView2Frame5_Impl: ICoreWebView2Frame4_Impl {
    // Required method
    fn FrameId(&self) -> Result<u32>;
}

Required Methods§

Source

fn FrameId(&self) -> Result<u32>

Dyn Compatibility§

This trait is not dyn compatible.

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

Implementors§