PRINTER_MAX_BYTES_RFC2822

Constant PRINTER_MAX_BYTES_RFC2822 

Source
const PRINTER_MAX_BYTES_RFC2822: usize = 31;
Expand description

The maximum number bytes that can be written by the RFC 2822 printer.

We reserve a heap or stack buffer up front before printing, and we want to ensure we have enough space to write the longest possible RFC 2822 string.