logo
pub trait Renderable {
    fn render(&self, t: Time);
}
Expand description

Just a simnple renderable trait

Required Methods

Implementors