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.
macro_rules! impl_body_max_encode_len {
() => { ... };
($t:ty) => { ... };
}Implement body of scale::MaxEncodedLen by delegation
to ark_std::Zero and CanonicalSerialize, usable
from polymorphic code.