Module dictionary

Module dictionary 

Source
Expand description

A module providing a reactive dictionary data structure. This module defines the Dictionary trait and a reactive Map implementation that allows watching for changes to key-value pairs.

Structs§

Map
A reactive dictionary that allows watching for changes to its key-value pairs.

Traits§

Dictionary
A trait for dictionary-like data structures that support reactive watching of key-value pairs.