Trait webview2_com_sys::Microsoft::Web::WebView2::Win32::ICoreWebView2FrameInfoCollection_Impl
source · pub trait ICoreWebView2FrameInfoCollection_Impl: Sized {
// Required method
fn GetIterator(&self) -> Result<ICoreWebView2FrameInfoCollectionIterator>;
}
Required Methods§
fn GetIterator(&self) -> Result<ICoreWebView2FrameInfoCollectionIterator>
Object Safety§
This trait is not object safe.