Skip to main content

BaseOutputPrinter

Trait BaseOutputPrinter 

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

Required Methods§

Source

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

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§