pub trait ICoreWebView2ProcessExtendedInfo_Impl: Sized {
// Required methods
fn ProcessInfo(&self) -> Result<ICoreWebView2ProcessInfo, Error>;
fn AssociatedFrameInfos(
&self,
) -> Result<ICoreWebView2FrameInfoCollection, Error>;
}
Required Methods§
fn ProcessInfo(&self) -> Result<ICoreWebView2ProcessInfo, Error>
fn AssociatedFrameInfos( &self, ) -> Result<ICoreWebView2FrameInfoCollection, Error>
Object Safety§
This trait is not object safe.