Trait webview2_com::Microsoft::Web::WebView2::Win32::ICoreWebView2FrameCreatedEventArgs_Impl
source · pub trait ICoreWebView2FrameCreatedEventArgs_Impl: Sized {
// Required method
fn Frame(&self) -> Result<ICoreWebView2Frame, Error>;
}