[][src]Function cosmwasm_std::to_vec

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