Trait windows::Win32::Web::InternetExplorer::IAnchorClick_Impl

pub trait IAnchorClick_Impl: Sized + IDispatch_Impl {
    // Required method
    fn ProcOnClick(&self) -> Result<()>;
}

Required Methods§

fn ProcOnClick(&self) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§