fidl_fuchsia_location_sensor

Trait WlanBaseStationWatcherProxyInterface

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

Required Methods§

Source

fn report_current_stations( &self, stations: ClientEnd<ScanResultIteratorMarker>, ) -> Result<(), Error>

Implementors§