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

Required Methods§

source

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

source

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

Object Safety§

This trait is not object safe.

Implementors§