We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbc072d commit 0be7d8aCopy full SHA for 0be7d8a
src/session_store.rs
@@ -2,7 +2,7 @@ use crate::{async_trait, Result, Session};
2
3
/// An async session backend.
4
#[async_trait]
5
-pub trait SessionStore: std::fmt::Debug + Send + Sync + Clone + 'static {
+pub trait SessionStore {
6
/// Get a session from the storage backend.
7
///
8
/// The input is expected to be the value of an identifying
0 commit comments