to_value

Function to_value 

Source
pub fn to_value<T>(value: &T) -> Result<Value<'static>>
where T: Serialize,
Expand description

Serialize a type to the generic Value type.