alloy_rlp

Macro 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.