Skip to main content

to_value

Function to_value 

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

Serializes a Rust value into a Value enum.