pub trait AnimatedWidget { // Required method fn tick(&mut self); }
Animated widgets (blinking, etc.)