Function to_string

Source
pub fn to_string<T, const N: usize>(value: &T) -> Result<String<N>>
where T: Serialize + ?Sized,
Expand description

Serializes the given data structure as a string of JSON text