Trait GetValueType

Source
pub trait GetValueType {
    // Required method
    fn get_value_type(&self) -> Type;
}
Expand description

Helper trait for getting the type of a value.

Required Methods§

Implementors§