[][src]Trait prototty_render::ViewGrid

pub trait ViewGrid {
    fn set_cell(&mut self, coord: Coord, depth: i32, info: ViewCell);
fn size(&self) -> Size; }

A grid of cells

Required methods

fn set_cell(&mut self, coord: Coord, depth: i32, info: ViewCell)

fn size(&self) -> Size

Loading content...

Implementors

Loading content...