Function enumerate_printers

Source
pub fn enumerate_printers<P: Fn(&Printer) -> bool + Send + Sync + 'static>(
    func: P,
    wait: bool,
)
Available on Linux only.