pub trait IDot11AdHocInterfaceNotificationSink_Impl: Sized {
    // Required method
    fn OnConnectionStatusChange(
        &self,
        estatus: DOT11_ADHOC_NETWORK_CONNECTION_STATUS
    ) -> Result<()>;
}

Required Methods§

Object Safety§

This trait is not object safe.

Implementors§