Module array

Source

Re-exports§

pub use fixed_bytes::FixedBytes;
pub use u64::U64;

Modules§

fixed_bytes
prefixed_u64
A u64 array type with a prefix byte to allow for multiple key contexts.
u64

Enums§

Error
Errors returned by the Array trait’s functions.

Traits§

Array
Types that can be fallibly read from a fixed-size byte sequence.