pub fn stringify_yaml<T>( formatted: &Formatted<T>, options: Option<FormatOptions>, ) -> Result<String, Error>where T: Serialize,
Stringifies a YAML value with preserved outer whitespace.