pub type ByteArray<T> = GenericArray<u8, <T as ArrayEncoding>::ByteSize>;Expand description
Alias for a byte array whose size is defined by ArrayEncoding::ByteSize.
Aliased Typeยง
struct ByteArray<T> { /* private fields */ }pub type ByteArray<T> = GenericArray<u8, <T as ArrayEncoding>::ByteSize>;Alias for a byte array whose size is defined by ArrayEncoding::ByteSize.
struct ByteArray<T> { /* private fields */ }