Type Definition hybrid_array::ByteArray

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

Byte array type.