pub trait IntoValue {
// Required method
fn into_value(self) -> Value;
}Required Methods§
Sourcefn into_value(self) -> Value
fn into_value(self) -> Value
Cast this type into a value.
pub trait IntoValue {
// Required method
fn into_value(self) -> Value;
}Cast this type into a value.