MAX_SIGNED_DURATION_LEN

Constant MAX_SIGNED_DURATION_LEN 

Source
const MAX_SIGNED_DURATION_LEN: usize = 194;
Expand description

Defines the maximum possible length (in bytes) of a SignedDuration printed in the friendly format.

See MAX_SPAN_LEN for how this was computed. In this case, SignedDuration::MIN was used.