[][src]Function gobble::combi::wrap

pub fn wrap<A, B>(a: A, b: B) -> Wrap<A, B> where
    A: Parser,
    B: Parser