Function serde_at::to_string[][src]

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

Serializes the given data structure as a string