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