Type Alias hybrid_array::ByteArray

source ·
pub type ByteArray<U> = Array<u8, U>;
Expand description

Byte array type.

Aliased Type§

struct ByteArray<U>(pub <U as ArraySize>::ArrayType<u8>);

Fields§

§0: <U as ArraySize>::ArrayType<u8>