pub trait ToValueType {
    fn to_value_type(&self) -> ValueType;
}

Required methods

Implementors