Function cosmwasm_vm::to_vec

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