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