Nextable

Trait Nextable 

Source
pub trait Nextable { }
Expand description

Elements that can advance to a next state over time.

Implementors usually provide a .next() method that returns the element’s state after a time step (e.g., fading or diminishing).

Implementors§