printer

Macro printer 

Source
macro_rules! printer {
    ($x:expr) => { ... };
}
Expand description

Converts a PrinterBox into a Printer reference.