1 2 3 4 5
use gitql_core::object::GitQLObject; pub trait OutputPrinter { fn print(&self, object: &mut GitQLObject); }