WlanBaseStationWatcherProxyInterface

Trait WlanBaseStationWatcherProxyInterface 

Source
pub trait WlanBaseStationWatcherProxyInterface: Send + Sync {
    // Required method
    fn report_current_stations(
        &self,
        stations: ClientEnd<ScanResultIteratorMarker>,
    ) -> Result<(), Error>;
}

Required Methods§

Implementors§