pub trait Drawable { }
Expand description

Marks an object as “drawable”. Must be implemented for all graphics objects

Implementors