Module yrs::types::map

source ·

Structs§

  • An unordered iterator over the keys of a Map.
  • Event generated by [Map::observe] method. Emitted during transaction commit phase.
  • A preliminary map. It can be used to early initialize the contents of a Map, when it’s about to be inserted into another Yrs collection, such as Array or another Map.
  • Collection used to store key-value entries in an unordered manner. Keys are always represented as UTF-8 strings. Values can be any value type supported by Yrs: JSON-like primitives as well as shared data types.
  • Iterator over the values of a Map.

Traits§