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