Skip to main content

ICoreWebView2FrameInfo_Impl

Trait ICoreWebView2FrameInfo_Impl 

Source
pub trait ICoreWebView2FrameInfo_Impl: IUnknownImpl {
    // Required methods
    fn Name(&self) -> Result<PWSTR>;
    fn Source(&self) -> Result<PWSTR>;
}

Required Methods§

Source

fn Name(&self) -> Result<PWSTR>

Source

fn Source(&self) -> Result<PWSTR>

Dyn Compatibility§

This trait is not dyn compatible.

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

Implementors§