Crate gclient::ext::sp_core::bounded

Expand description

Collection types that have an upper limit on how many elements that they can contain, and supporting traits that aid in defining the limit.

Modules§

  • The Rust core allocation and collections library
  • 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.

Macros§

Structs§

Traits§

  • A trait for querying a single value from a type.
  • Try and collect into a collection C.
  • A trait for querying a single value from a type defined in the trait.