Function to_string

Source
pub fn to_string<B, T>(value: &T) -> Result<String<B>>
where B: ArrayLength<u8>, T: Serialize + ?Sized,
Expand description

Serializes the given data structure as a string of JSON text