pub fn to_string<T, const B: usize>(
    value: &T,
    cmd: &str,
    options: SerializeOptions<'_>
) -> Result<String<B>> where
    T: Serialize + ?Sized
Expand description

Serializes the given data structure as a string