Function simd_json::to_vec[][src]

pub fn to_vec<T: ?Sized>(to: &T) -> Result<Vec<u8>> where
    T: Serialize

Write a value to a vector

Errors

when the data can not be written