pub fn to_toml<T>(value: &T) -> Result<Value>where T: ?Sized + Serialize,
Converts the value to a TOML value.