pub fn to_value<T>(value: &T) -> Result<Value>where T: Serialize + ?Sized,
Serialize a Rust value to a JAML Value.
Value