error[E0277]: the trait bound `ComplexType: Type` is not satisfied --> tests/ui/not_compatible_fields.rs:4:10 | 4 | #[derive(SQLInsert, Clone, Debug)] | ^^^^^^^^^ the trait `Type` is not implemented for `ComplexType` | = help: the following other types implement trait `Type`: > > > > > > > > and $N others = help: see issue #48214 = note: this error originates in the derive macro `SQLInsert` (in Nightly builds, run with -Z macro-backtrace for more info)