pub trait ICoreWebView2FrameInfoCollectionIterator_Impl: Sized {
    // Required methods
    fn HasCurrent(&self, hascurrent: *mut BOOL) -> Result<(), Error>;
    fn GetCurrent(&self) -> Result<ICoreWebView2FrameInfo, Error>;
    fn MoveNext(&self, hasnext: *mut BOOL) -> Result<(), Error>;
}

Required Methods§

Implementors§