Function finchers_ext::all [] [src]

pub fn all<I>(iter: I) -> All<<I::Item as IntoEndpoint>::Endpoint> where
    I: IntoIterator,
    I::Item: IntoEndpoint,
    <I::Item as IntoEndpoint>::Output: Send

Create an endpoint which evaluates the all endpoint in the given collection sequentially.