Type Alias arithmetic_parser::SpannedLvalue
source · pub type SpannedLvalue<'a, T> = Spanned<'a, Lvalue<'a, T>>;Expand description
Lvalue with the associated code span.
Aliased Type§
struct SpannedLvalue<'a, T> {
pub extra: Lvalue<'a, T>,
/* private fields */
}Fields§
§extra: Lvalue<'a, T>Extra information that can be embedded by the user.