pub trait GetValueType {
// Required method
fn get_value_type(&self) -> Type;
}
Expand description
Helper trait for getting the type of a value.
pub trait GetValueType {
// Required method
fn get_value_type(&self) -> Type;
}
Helper trait for getting the type of a value.