Trait IntoValue
pub trait IntoValue {
// Required method
fn into_value(self) -> Value;
}
Required Methods§
fn 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.