impl_body_max_encode_len

Macro impl_body_max_encode_len 

Source
macro_rules! impl_body_max_encode_len {
    () => { ... };
    ($t:ty) => { ... };
}
Expand description

Implement body of scale::MaxEncodedLen by delegation to ark_std::Zero and CanonicalSerialize, usable from polymorphic code.