Trait straw::element::Renderable [] [src]

pub trait Renderable {
    fn render(&self) -> String;
}

Required Methods

Implementors