Function cosmwasm_vm::to_vec[][src]

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