pub type Span<'a> = LocatedSpan<&'a [u8]>;
pub struct Span<'a> { pub extra: (), /* private fields */ }
extra: ()
Extra information that can be embedded by the user. Example: the parsed file name