pub fn to_string<T>(to: &T) -> Result<String, Error>where T: Serialize + ?Sized,
Write a value to a string
when the data can not be written