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