[][src]Trait trello::Renderable

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

Provides the ability for an object to be rendered to the command line

Required methods

fn render(&self) -> String

fn simple_render(&self) -> String

Loading content...

Implementors

impl Renderable for Attachment[src]

impl Renderable for Board[src]

impl Renderable for Card[src]

impl Renderable for Label[src]

impl Renderable for List[src]

Loading content...