pub type InputSpan<'a> = LocatedSpan<&'a str, Arc<String>>;
Aliased Type§
pub struct InputSpan<'a> {
pub extra: Arc<String>,
/* private fields */
}
Fields§
§extra: Arc<String>
Extra information that can be embedded by the user. Example: the parsed file name