gitql_cli::printer::base

Trait OutputPrinter

Source
pub trait OutputPrinter {
    // Required method
    fn print(&self, object: &mut GitQLObject);
}

Required Methods§

Source

fn print(&self, object: &mut GitQLObject)

Implementors§