[][src]Trait cosmwasm_std::ByteArray

pub unsafe trait ByteArray: Sized + AsMut<[u8]> { }

A marker trait for [u8; $N], which is needed as long as https://rust-lang.github.io/rfcs/2000-const-generics.html is not stable.

Implementing this for other types (like Vec) results in undefined behaviour.

Implementations on Foreign Types

impl ByteArray for [u8; 0][src]

impl ByteArray for [u8; 1][src]

impl ByteArray for [u8; 2][src]

impl ByteArray for [u8; 3][src]

impl ByteArray for [u8; 4][src]

impl ByteArray for [u8; 5][src]

impl ByteArray for [u8; 6][src]

impl ByteArray for [u8; 7][src]

impl ByteArray for [u8; 8][src]

impl ByteArray for [u8; 9][src]

impl ByteArray for [u8; 10][src]

impl ByteArray for [u8; 11][src]

impl ByteArray for [u8; 12][src]

impl ByteArray for [u8; 13][src]

impl ByteArray for [u8; 14][src]

impl ByteArray for [u8; 15][src]

impl ByteArray for [u8; 16][src]

impl ByteArray for [u8; 17][src]

impl ByteArray for [u8; 18][src]

impl ByteArray for [u8; 19][src]

impl ByteArray for [u8; 20][src]

impl ByteArray for [u8; 21][src]

impl ByteArray for [u8; 22][src]

impl ByteArray for [u8; 23][src]

impl ByteArray for [u8; 24][src]

impl ByteArray for [u8; 25][src]

impl ByteArray for [u8; 26][src]

impl ByteArray for [u8; 27][src]

impl ByteArray for [u8; 28][src]

impl ByteArray for [u8; 29][src]

impl ByteArray for [u8; 30][src]

impl ByteArray for [u8; 31][src]

impl ByteArray for [u8; 32][src]

Loading content...

Implementors

Loading content...