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

pub trait View: Object {
    fn ascii_for(&self, location: &Location) -> Option<char>;
fn style_for(&self, location: &Location) -> Style; }

Required methods

fn ascii_for(&self, location: &Location) -> Option<char>

fn style_for(&self, location: &Location) -> Style

Loading content...

Implementors

Loading content...