-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem:something wrong with official guide. #1551
Comments
Solution: try (Disclaimer: I'm not a maintainer of this project, but hopefully this is helpful.) |
Above comment is correct. Either use |
Thanks, |
Thanks, just solved my problem. |
Versions
Problem Description
Follow Official Guide,When I Finished
**show_posts.rs**
,and I execute**cargo run --bin show_posts**
,a error occurs.--> src/bin/show_posts.rs:14:10
|
14 | .load::(&connection)
| ^^^^ the trait
diesel::deserialize::FromSql<diesel::sql_types::BigInt, diesel::mysql::Mysql>
is not implemented fori32
|
What does this mean?
How can I solve it?
Thanks very much.
The text was updated successfully, but these errors were encountered: