Trait webview2_com_sys::Microsoft::Web::WebView2::Win32::ICoreWebView2FrameCreatedEventArgs_Impl
source · [−]pub trait ICoreWebView2FrameCreatedEventArgs_Impl: Sized {
fn Frame(&self) -> Result<ICoreWebView2Frame>;
}
Required Methods
source