Skip to main content

WifiEventCallbackProxyInterface

Trait WifiEventCallbackProxyInterface 

Source
pub trait WifiEventCallbackProxyInterface: Send + Sync {
    // Required methods
    fn on_start(&self) -> Result<(), Error>;
    fn on_stop(&self) -> Result<(), Error>;
    fn on_subsystem_restart(
        &self,
        payload: WifiEventCallbackOnSubsystemRestartRequest,
    ) -> Result<(), Error>;
}

Required Methods§

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§