[][src]Function gobble::tuple::or

pub fn or<A, B, V>(a: A, b: B) -> impl Parser<Out = V> where
    A: Parser<Out = V>,
    B: Parser<Out = V>,