Function combine::parser::combinator::spanned

source ·
pub fn spanned<Input, P>(p: P) -> Spanned<P>
where P: Parser<Input>, Input: Stream,
Expand description

Equivalent to p.spanned().