pub fn to_string<T>(value: &T) -> Result<String, Error>where T: ?Sized + Encode<Text>,
alloc
Encode the given value to a String using the DEFAULT configuration.
String
DEFAULT