pub type ByteArray<Size> = GenericArray<u8, Size>;
Expand description
Array of bytes representing a scalar serialized as a big endian integer.
Aliased Typeยง
struct ByteArray<Size> { /* private fields */ }
pub type ByteArray<Size> = GenericArray<u8, Size>;
Array of bytes representing a scalar serialized as a big endian integer.
struct ByteArray<Size> { /* private fields */ }