macro_rules! impl_encode_via_ark {
() => { ... };
}Expand description
Implement body of scale::Encode by delegation to ArkScale,
usable from polymorphic code.
macro_rules! impl_encode_via_ark {
() => { ... };
}Implement body of scale::Encode by delegation to ArkScale,
usable from polymorphic code.