const MAX_SPAN_LEN: usize = 78;Expand description
Defines the maximum possible length (in bytes) of a Span printed in the
Temporal ISO 8601 format.
The way I computed this length was by using the default printer (since
there’s only one knob and it doesn’t impact the length of the string)
and using a negative Span with each unit set to
its minimum value.