Function cosmwasm_vm::to_vec

source ยท
pub fn to_vec<T>(data: &T) -> VmResult<Vec<u8>>
where T: Serialize + ?Sized,