Function conjure_serde::smile::to_vec

source ยท
pub fn to_vec<T>(value: &T) -> Result<Vec<u8>, Error>
where T: ?Sized + Serialize,
Expand description

Serializes a value as Smile into a byte buffer.