wait_mode_data

Function wait_mode_data 

Source
pub async fn wait_mode_data<T>(
    dev: Device,
    retry: Retries<T>,
) -> Result<Device, Error>
where T: IterTime,