Module mogwai::model[][src]

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.

Wraps a value T and provides a stream of the latest value.