[][src]Trait taurus::ui::Draw

pub trait Draw {
    fn draw_c(&self) -> char;
fn draw_color(&self) -> Color; }

Trait for any object that can be drawn.

Required methods

fn draw_c(&self) -> char

fn draw_color(&self) -> Color

Loading content...

Implementors

impl Draw for Actor[src]

impl Draw for Item[src]

impl Draw for ItemStack[src]

impl Draw for ItemStash[src]

impl Draw for ObjectInner[src]

impl Draw for TileInfo[src]

Loading content...