pub unsafe trait MaxEncodedLenAssoc: Encodable { const LEN: usize; }
Defines the max length of an Encodable type as an associated constant.
Encodable
An invalid value can cause the encoder to panic.
The maximum length.