Trait windows::Win32::System::Com::Urlmon::IHttpSecurity_Impl

pub trait IHttpSecurity_Impl: Sized + IWindowForBindingUI_Impl {
    // Required method
    fn OnSecurityProblem(&self, dwproblem: u32) -> Result<()>;
}

Required Methods§

fn OnSecurityProblem(&self, dwproblem: u32) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§