serde_brief::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.