Function serde_at::to_vec[][src]

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

Serializes the given data structure as a byte vector