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

Required Methods§

Object Safety§

This trait is not object safe.

Implementors§