Module linera_views::views::set_view

source ·
Expand description

The SetView implements a set with ordered entries.

Structs§

  • A View that supports inserting and removing values indexed by a key.
  • A View implementing the set functionality with the index I being a type with a custom serialization format.
  • A View implementing the set functionality with the index I being any serializable type.

Type Aliases§