macro_rules! impl_decode_via_ark {
    () => { ... };
}
Expand description

Implement body of scale::Decode by delegation to ArkScale, usable from polymorphic code.