Trait quick_kv::types::RawIntoValue
source · pub trait RawIntoValue {
// Required method
fn into_value(self) -> Value;
}Expand description
A util trait for converting a raw type into a Value
pub trait RawIntoValue {
// Required method
fn into_value(self) -> Value;
}A util trait for converting a raw type into a Value