pub trait ICoreWebView2StringCollection_Impl: Sized {
// Required methods
fn Count(&self, value: *mut u32) -> Result<()>;
fn GetValueAtIndex(&self, index: u32, value: *mut PWSTR) -> Result<()>;
}
Required Methods§
fn Count(&self, value: *mut u32) -> Result<()>
fn GetValueAtIndex(&self, index: u32, value: *mut PWSTR) -> Result<()>
Object Safety§
This trait is not object safe.