macro_rules! impl_max_encoded_len {
    ($t:ty, $len:block) => { ... };
}
Expand description

Use this to define length of an encoded entity

Safety

Invalid value can cause the encoder to crash.