Function zinoma::async_utils::both

source ·
pub async fn both<L, R>(future1: L, future2: R) -> bool
where L: Future<Output = bool>, R: Future<Output = bool>,