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§

source

fn HasCurrent(&self, hascurrent: *mut BOOL) -> Result<(), Error>

source

fn GetCurrent(&self) -> Result<ICoreWebView2FrameInfo, Error>

source

fn MoveNext(&self, hasnext: *mut BOOL) -> Result<(), Error>

Object Safety§

This trait is not object safe.

Implementors§