Module mogwai::model

source ·
Expand description

Values with streams of updates.

Re-exports

pub use crate::patch::HashPatchApply;
pub use crate::patch::ListPatchApply;

Structs

Wraps a collection of key value pairs and provides a stream of HashPatch<K, V> updates.
Provides a patchable list of T and a stream of patch updates.
Struct used to support Model::map.
Wraps a value T and provides a stream of the latest value.