pub type LSpan<'a> = LocatedSpan<&'a str, usize>;
Expand description
Span with location info.
Aliased Type§
pub struct LSpan<'a> {
pub extra: usize,
/* private fields */
}
Fields§
§extra: usize
Extra information that can be embedded by the user. Example: the parsed file name