pub trait IntoValue {
// Required method
fn into_value(self) -> Value;
}Expand description
Converts the given type into a value This trait is implemented for all types that Implement the RustyValue trait
pub trait IntoValue {
// Required method
fn into_value(self) -> Value;
}Converts the given type into a value This trait is implemented for all types that Implement the RustyValue trait