windows::Win32::NetworkManagement::WindowsConnectNow

Trait IWCNConnectNotify_Impl

pub trait IWCNConnectNotify_Impl: IUnknownImpl {
    // Required methods
    fn ConnectSucceeded(&self) -> Result<()>;
    fn ConnectFailed(&self, hrfailure: HRESULT) -> Result<()>;
}

Required Methods§

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

fn ConnectFailed(&self, hrfailure: HRESULT) -> Result<()>

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§