blob: 3a5cb779c495d20afad8a7352c7493485800ed2c [file] [log] [blame]
pub trait Draw {
fn draw(&self);
}