[][src]Function ron::ser::to_string_pretty

pub fn to_string_pretty<T>(value: &T, config: PrettyConfig) -> Result<String> where
    T: Serialize

Serializes value in the recommended RON layout in a pretty way.