Skip to main content

ICoreWebView2HttpHeadersCollectionIterator_Impl

Trait ICoreWebView2HttpHeadersCollectionIterator_Impl 

Source
pub trait ICoreWebView2HttpHeadersCollectionIterator_Impl: IUnknownImpl {
    // Required methods
    fn GetCurrentHeader(
        &self,
        name: *mut PWSTR,
        value: *mut PWSTR,
    ) -> Result<()>;
    fn HasCurrentHeader(&self) -> Result<BOOL>;
    fn MoveNext(&self, hasnext: *mut BOOL) -> Result<()>;
}

Required Methods§

Source

fn GetCurrentHeader(&self, name: *mut PWSTR, value: *mut PWSTR) -> Result<()>

Source

fn HasCurrentHeader(&self) -> Result<BOOL>

Source

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

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§