[][src]Function serde_at::to_vec

pub fn to_vec<'a, B, C, T: ?Sized>(
    value: &T,
    cmd: String<C>,
    options: SerializeOptions<'a>
) -> Result<Vec<u8, B>> where
    B: ArrayLength<u8>,
    C: ArrayLength<u8>,
    T: Serialize

Serializes the given data structure as a byte vector