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