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

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