[][src]Trait termit_ui::graphics::Drawable

pub trait Drawable {
    fn as_drawing(&self) -> Drawing;
}

Required methods

fn as_drawing(&self) -> Drawing

Loading content...

Implementors

impl Drawable for Spot[src]

impl<T: Display> Drawable for T[src]

Loading content...