Module bounded_vec

Source
Expand description

Traits, types and structs to support putting a bounded vector into storage, as a raw value, map or a double map.

Structs§

BoundedSlice
A bounded slice.
BoundedVec
A bounded vector.

Traits§

TruncateFrom
Create an object through truncation.