Type Definition DecodeDifferentArray
Other items inframe_metadata
type DecodeDifferentArray<B, O = B> = DecodeDifferent<&'static [B], Vec<O>>;