pub fn to_ron_string_pretty<T>(value: &T) -> Result<String>where T: Serialize,
Convenience function to serialize objects in RON format with custom pretty printing config and struct names.