Module sp_runtime::bounded
source · Expand description
Bounded collection types.
Re-exports
pub use bounded_btree_map::BoundedBTreeMap;pub use bounded_btree_set::BoundedBTreeSet;pub use bounded_vec::BoundedSlice;pub use bounded_vec::BoundedVec;pub use weak_bounded_vec::WeakBoundedVec;Modules
Traits, types and structs to support a bounded BTreeMap.
Traits, types and structs to support a bounded
BTreeSet.Traits, types and structs to support putting a bounded vector into storage, as a raw value, map
or a double map.
Traits, types and structs to support putting a bounded vector into storage, as a raw value, map
or a double map.