pub trait Renderable {
    fn render(&self);
}

Required Methods

Implementors