serde_intermediate::ser::text

Function to_string_pretty

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