pub trait ICoreWebView2ProcessExtendedInfo_Impl: Sized {
    // Required methods
    fn ProcessInfo(&self) -> Result<ICoreWebView2ProcessInfo, Error>;
    fn AssociatedFrameInfos(
        &self,
    ) -> Result<ICoreWebView2FrameInfoCollection, Error>;
}

Required Methods§

Object Safety§

This trait is not object safe.

Implementors§