Function codeberg_cli::render::spinner::spin_until_ready

source ยท
pub async fn spin_until_ready<F, FO>(future: F) -> FO
where F: Future<Output = FO>,