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