Skip to main content

and

Function and 

Source
pub fn and<I, F>(args: I) -> impl Future<Output = bool> + Send
where I: Iterator<Item = F> + Send, F: Future<Output = bool> + Send,