pub fn to_string<T>(value: &T) -> Result<String, Error>where T: ?Sized + Serialize,
Serialize the given data structure as a String of YAML.
Serialization can fail if T’s implementation of Serialize decides to return an error.
T
Serialize