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