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

Required Methods

Implementations on Foreign Types

Implementors