pub trait Renderable {
// Required method
fn render(&self) -> String;
}Expand description
Provides the ability for an object to be rendered to the command line
pub trait Renderable {
// Required method
fn render(&self) -> String;
}Provides the ability for an object to be rendered to the command line