Function finchers::endpoint::combinator::then [] [src]

pub fn then<E, F, Fut>(endpoint: E, f: F) -> Then<E, F> where
    E: Endpoint,
    F: FnOnce(Result<E::Item, E::Error>) -> Fut,
    Fut: IntoFuture

Equivalent to e.then(f)