pub fn to_string<T>(value: &T) -> Result<String, Error>where T: Serialize + ?Sized,
Serializes a value to a UTF-8 YAML string.
Returns an error when value cannot be represented as YAML.
value