Skip to main content

PrinterRegistry

Type Alias PrinterRegistry 

Source
pub type PrinterRegistry = Arc<RwLock<Vec<PrinterRecord>>>;
Expand description

Shared printer registry. Cheap to clone (it’s an Arc).

Aliased Type§

pub struct PrinterRegistry { /* private fields */ }