pub unsafe trait MaxEncodedLen<const LEN: usize>: Encodable { }
Defines the max length of an Encodable type as a const generic.
Encodable
An invalid value can cause the encoder to panic.