windows::Win32::Web::InternetExplorer

Trait IHeaderFooter2_Impl

pub trait IHeaderFooter2_Impl: IHeaderFooter_Impl {
    // Required methods
    fn Setfont(&self, v: &BSTR) -> Result<()>;
    fn font(&self) -> Result<BSTR>;
}

Required Methods§

fn Setfont(&self, v: &BSTR) -> Result<()>

fn font(&self) -> Result<BSTR>

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§