Function combine::parser::combinator::spanned [−][src]
pub fn spanned<Input, P>(p: P) -> Spanned<P> where
P: Parser<Input>,
Input: Stream,
Expand description
Equivalent to p.spanned()
.
pub fn spanned<Input, P>(p: P) -> Spanned<P> where
P: Parser<Input>,
Input: Stream,
Equivalent to p.spanned()
.