error[E0277]: the trait bound `
::SqlType: NotNull` is not satisfied
--> $DIR/issue-38821.rs:23:17
|
LL | #[derive(Debug, Copy, Clone)]
| ^^^^ the trait `NotNull` is not implemented for `::SqlType`
|
= help: consider adding a `where ::SqlType: NotNull` bound
= note: required because of the requirements on the impl of `IntoNullable` for `::SqlType`
error: aborting due to previous error
For more information about this error, try `rustc --explain E0277`.