Expand description
RasterDriver trait + page-header DTO for raster print jobs.
Structs§
- JobFailure
- Failure of a print job, carrying IPP-visible printer reasons + a message.
- JobOptions
- Page geometry parsed from a CUPS/PWG raster page header.
Enums§
- JobOutcome
- What a print-job callback reports back to the framework. The framework is the spooler: it decides what happens to the job based on this value, so an implementor only has to classify the result of one attempt — never write its own retry/queue logic.
Traits§
- Raster
Driver - Driver that turns a stream of raster scanlines into device bytes.