[][src]Function serde_at::to_string

pub fn to_string<B, C, T: ?Sized>(
    value: &T,
    cmd: String<C>
) -> Result<String<B>> where
    B: ArrayLength<u8>,
    C: ArrayLength<u8>,
    T: Serialize

Serializes the given data structure as a string of JSON text