pub trait Track { // Required method fn track(&self); }
Allows tracking the value of some reactive data.
Subscribes to this signal in the current reactive scope without doing anything with its value.