mirror of
https://github.com/actix/actix-extras.git
synced 2025-06-26 10:27:42 +02:00
feat(session): use real async traits (#365)
This commit is contained in:
@ -44,7 +44,6 @@ async fn errors_are_opaque() {
|
||||
|
||||
struct MockStore;
|
||||
|
||||
#[async_trait::async_trait(?Send)]
|
||||
impl SessionStore for MockStore {
|
||||
async fn load(
|
||||
&self,
|
||||
|
Reference in New Issue
Block a user