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

Required Methods§

Implementors§