Macro alloy_rlp::impl_max_encoded_len
source · 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.