[][src]Function toml::ser::to_string_pretty

pub fn to_string_pretty<T: ?Sized>(value: &T) -> Result<String, Error> where
    T: Serialize

Serialize the given data structure as a "pretty" String of TOML.

This is identical to to_string except the output string has a more "pretty" output. See Serializer::pretty for more details.