Trait webview2_com::Microsoft::Web::WebView2::Win32::ICoreWebView2FrameInfoCollectionIterator_Impl
source · 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>;
}