pub fn spanned<Input, P>(p: P) -> Spanned<P> where P: Parser<Input>, Input: Stream,
Equivalent to p.spanned().
p.spanned()