pub trait ICoreWebView2FrameCreatedEventArgs_Impl {
    fn Frame(&self) -> Result<ICoreWebView2Frame, Error>;
}

Required Methods

Implementors