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