Trait BaseOutputPrinter

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

Required Methods§

Source

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

Implementors§