Trait webview2_com::Microsoft::Web::WebView2::Win32::ICoreWebView2ProcessExtendedInfoCollection_Impl
source · pub trait ICoreWebView2ProcessExtendedInfoCollection_Impl: Sized {
// Required methods
fn Count(&self, count: *mut u32) -> Result<(), Error>;
fn GetValueAtIndex(
&self,
index: u32,
) -> Result<ICoreWebView2ProcessExtendedInfo, Error>;
}
Required Methods§
fn Count(&self, count: *mut u32) -> Result<(), Error>
fn GetValueAtIndex( &self, index: u32, ) -> Result<ICoreWebView2ProcessExtendedInfo, Error>
Object Safety§
This trait is not object safe.