pub trait ToValue { fn to_value(&self) -> Value<'_>; }
A type that can be converted into a Value.
Value
Perform the conversion.