serde_intermediate::ser::text

Function to_string

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