macro_rules! impl_max_encoded_len { ($t:ty, $len:expr) => { ... }; }
Expand description
Implement MaxEncodedLen
and MaxEncodedLenAssoc
for a type.
ยงSafety
An invalid value can cause the encoder to panic.
macro_rules! impl_max_encoded_len { ($t:ty, $len:expr) => { ... }; }
Implement MaxEncodedLen
and MaxEncodedLenAssoc
for a type.
An invalid value can cause the encoder to panic.