You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
error[E0277]: the trait bound `Vec<std::option::Option<std::string::String>>: TryGetable` is not satisfied
--> xx
|
23 | #[derive(Debug, FromQueryResult)]
| ^^^^^^^^^^^^^^^ the trait `TryGetable` is not implemented for `Vec<std::option::Option<std::string::String>>`
|
= help: the following other types implement trait `TryGetable`:
Vec<Braced>
Vec<Hyphenated>
Vec<JsonValue>
Vec<NaiveDate>
Vec<NaiveDateTime>
Vec<NaiveTime>
Vec<OffsetDateTime>
Vec<PrimitiveDateTime>
and 21 others
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Assuming the following struct:
Compilation fails with with:
Beta Was this translation helpful? Give feedback.
All reactions