Skip to main content

ICoreWebView2FrameInfoCollectionIterator_Impl

Trait ICoreWebView2FrameInfoCollectionIterator_Impl 

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

Required Methods§

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§