pub trait IntoValue {
// Required method
fn into_value(self) -> Value;
}Expand description
Trait for converting types into Value.
pub trait IntoValue {
// Required method
fn into_value(self) -> Value;
}Trait for converting types into Value.