Function spacetimedb_sats::bsatn::to_vec

source ·
pub fn to_vec<T: Serialize + ?Sized>(value: &T) -> Result<Vec<u8>, BsatnError>
Expand description

Serialize value into a Vec<u8> in the BSATN format.