Trait orzir_core::Print
source · pub trait Print {
// Required method
fn print(&self, ctx: &Context, state: &mut PrintState) -> PrintResult<()>;
}pub trait Print {
// Required method
fn print(&self, ctx: &Context, state: &mut PrintState) -> PrintResult<()>;
}