-
Notifications
You must be signed in to change notification settings - Fork 331
Closed
http-rs/async-session
#12Description
https://github.com/prabirshrestha/rblog/runs/938464387
error[E0277]: the trait bound `std::sync::atomic::AtomicBool: session::_::_serde::Deserialize<'_>` is not satisfied
##[error] --> /cargo/registry/src/github.com-1ecc6299db9ec823/async-session-2.0.0/src/session.rs:65:5
|
65 | destroy: Arc<AtomicBool>,
| ^^^^^^^ the trait `session::_::_serde::Deserialize<'_>` is not implemented for `std::sync::atomic::AtomicBool`
|
= note: required because of the requirements on the impl of `session::_::_serde::Deserialize<'_>` for `std::boxed::Box<std::sync::atomic::AtomicBool>`
= note: required because of the requirements on the impl of `session::_::_serde::Deserialize<'_>` for `std::sync::Arc<std::sync::atomic::AtomicBool>`
= note: required by `session::_::_serde::de::MapAccess::next_value`
error: aborting due to 3 previous errors
##[error]aborting due to 3 previous errors
For more information about this error, try `rustc --explain E0277`.
error: could not compile `async-session`.
##[error]could not compile `async-session`.
Metadata
Metadata
Assignees
Labels
No labels