pub trait TypedValue {
// Required method
fn value_type(&self) -> ValueType;
}
Expand description
Type information on a value
Required Methods§
sourcefn value_type(&self) -> ValueType
fn value_type(&self) -> ValueType
Gets the type of the current value