pub trait ICoreWebView2ProcessExtendedInfoCollection_Impl: Sized {
    // Required methods
    fn Count(&self, count: *mut u32) -> Result<()>;
    fn GetValueAtIndex(
        &self,
        index: u32
    ) -> Result<ICoreWebView2ProcessExtendedInfo>;
}

Required Methods§

Object Safety§

This trait is not object safe.

Implementors§