Function peruse::parsers::boxed [] [src]

pub fn boxed<I: ?Sized, O>(b: Box<Parser<I = I, O = O>>) -> BoxedParser<I, O>