pub type SpannedLvalue<'a, T> = Spanned<'a, Lvalue<'a, T>>;Expand description
Lvalue with the associated code span.
Aliased Type§
pub 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.