Module avalanche::tracked[][src]

Expand description

Holds types and macros used for propogating and tracking data updates.

Structs

A wrapped value that stores whether it has been modified since the last render.

A wrapped Vec tracking each element’s updated status individually.

Allows mutating a tracked::Vec’s underlying Vec data.

Traits