pub trait ICoreWebView2FrameInfoCollection_Impl: Sized {
    // Required method
    fn GetIterator(&self) -> Result<ICoreWebView2FrameInfoCollectionIterator>;
}

Required Methods§

Object Safety§

This trait is not object safe.

Implementors§