Function to_value

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

Converts a serializable value into Value.

OSZAR »