[][src]Function bogobble::select::or

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