| 14 | } |
| 15 | |
| 16 | pub trait BaseOutputPrinter { |
| 17 | fn print(&self, object: &mut GitQLObject); |
| 18 | } |
| 19 | |
| 20 | mod csv_printer; |
| 21 | pub use csv_printer::CSVPrinter; |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…