[][src]Trait termpixels::core::View

pub trait View: Paint + Clear {
    fn view(&self) -> Vec<TermPixel>;
}

Required methods

fn view(&self) -> Vec<TermPixel>

Loading content...

Implementors

Loading content...