[][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

Render aims to render as much detail as possible and can render to multiple lines

fn simple_render(&self) -> String

Simple render aims to output to a single line

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...