pub trait Output {
    fn print_json(&self, _ctx: &Ctx) -> Result<()> { ... }
    fn print_table(&self, _ctx: &Ctx) -> Result<()> { ... }
}

Provided Methods

Implementations on Foreign Types

Implementors