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

pub fn or<E1, E2, T, E>(e1: E1, e2: E2) -> Or<E1, E2> where
    E1: Endpoint<Item = T, Error = E>,
    E2: Endpoint<Item = T, Error = E>, 

Equivalent to e1.or(e2)