serde_intermediate::ser::text

Function to_string_compact

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