Function serde_at::to_vec

source ·
pub fn to_vec<T, const N: usize>(
    value: &T,
    cmd: &str,
    options: SerializeOptions<'_>
) -> Result<Vec<u8, N>>where
    T: Serialize + ?Sized,
Expand description

Serializes the given data structure as a byte vector