pub trait INetworkListManagerEvents_Impl: Sized {
    // Required method
    fn ConnectivityChanged(
        &self,
        newconnectivity: NLM_CONNECTIVITY,
    ) -> Result<()>;
}

Required Methods§

fn ConnectivityChanged(&self, newconnectivity: NLM_CONNECTIVITY) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§