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