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

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