Function ron::ser::pretty::to_string [] [src]

pub fn to_string<T>(value: &T) -> Result<String> where
    T: Serialize
Deprecated since 0.1.4

: please use to_string_pretty with PrettyConfig::default() instead

Serializes value in the recommended RON layout with default pretty configuration.