Module storable

Source

Structs§

Blob
Variable-size, but limited in capacity byte array.
BoundedVecN
Bounded vector of bytes, always of length N.
TryFromSliceError
UnboundedVecN
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.