graphics_rs/traits/
handles_draw_request.rs

1pub trait HandlesDrawRequest: Sync {
2    fn draw(&self);
3}