pub trait ICoreWebView2ObjectCollectionView_Impl: Sized {
    // Required methods
    fn Count(&self, value: *mut u32) -> Result<(), Error>;
    fn GetValueAtIndex(&self, index: u32) -> Result<IUnknown, Error>;
}

Required Methods§

source

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

source

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

Object Safety§

This trait is not object safe.

Implementors§