pub async fn serve_local_roam_manager_requests(
roaming_policy: RoamingPolicy,
roam_service_request_receiver: Receiver<RoamServiceRequest>,
connection_selection_requester: ConnectionSelectionRequester,
telemetry_sender: TelemetrySender,
saved_networks: Arc<dyn SavedNetworksManagerApi>,
) -> Result<Infallible, Error>Expand description
Service loop for handling roam manager requests.