pub fn and<I, F>(args: I) -> impl Future<Output = bool> + SendExpand description
Computes the conjunction of an iterator of Boolean futures.
All inputs are polled concurrently and false short-circuits the operation. An empty iterator resolves to true.