Function to_ron_string_pretty

Source
pub fn to_ron_string_pretty<T>(value: &T) -> Result<String>
where T: Serialize,
Expand description

Convenience function to serialize objects in RON format with custom pretty printing config and struct names.