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

Required Methods§

source

fn Count(&self, count: *mut u32) -> Result<()>

source

fn GetValueAtIndex( &self, index: u32 ) -> Result<ICoreWebView2ProcessExtendedInfo>

Object Safety§

This trait is not object safe.

Implementors§