error[E0277]: the trait bound `<<::SignatureCurve as ecdsa::elliptic_curve::Curve>::FieldBytesSize as Add>::Output: ArrayLength` is not satisfied --> src/main.rs:25:10 | 25 | Bar: Foo, | ^^^ the trait `ArrayLength` is not implemented for `<<::SignatureCurve as ecdsa::elliptic_curve::Curve>::FieldBytesSize as Add>::Output` |