pub type SpannedValue<T> = Location<Value<T>>;Expand description
Value together with a span that has produced it.
Aliased Type§
pub struct SpannedValue<T> {
pub extra: Value<T>,
/* private fields */
}Fields§
§extra: Value<T>Extra information that can be embedded by the user.