Skip to main content

and6

Function and6 

Source
pub fn and6(
    a: impl Future<Output = bool> + Send,
    b: impl Future<Output = bool> + Send,
    c: impl Future<Output = bool> + Send,
    d: impl Future<Output = bool> + Send,
    e: impl Future<Output = bool> + Send,
    f: impl Future<Output = bool> + Send,
) -> impl Future<Output = bool> + Send