pub trait BaseOutputPrinter {
// Required method
fn print(&self, object: &mut GitQLObject);
}Required Methods§
fn print(&self, object: &mut GitQLObject)
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".