Trait klaptik::Canvas[][src]

pub trait Canvas {
    fn draw(&mut self, bounds: Rect, buf: &[u8]);
}

Required methods

Implementors