Structs§
- Blob
- Variable-size, but limited in capacity byte array.
- Bounded
VecN - Bounded vector of bytes, always of length
N. - TryFrom
Slice Error - Unbounded
VecN - Unbounded vector of bytes, always of length
N.
Enums§
- Bound
- States whether the type’s size is bounded or unbounded.
Traits§
- Storable
- A trait with convenience methods for storing an element into a stable structure.