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

pub fn map<E, F, R>(endpoint: E, f: F) -> Map<E, F> where
    E: Endpoint,
    F: FnOnce(E::Item) -> R, 

Equivalent to e.map(f)