We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
cargo check gives the following error in my code:
cargo check
error[E0277]: the trait bound `rubato_server::db::DbConnection: rocket::request::FromRequest<'_, '_>` is not satisfied
cargo run and cargo build do not give this error (and run/compile correctly).
cargo run
cargo build
You can find the code (as minimal as I could get it) here