pub fn to_string<T>(value: &T) -> Result<String, Error>where T: Serialize + ?Sized,
Serializes a value to a UTF-8 YAML string.