pub trait AccountSessionStore: SessionStore<Value = AccountSessionToken<()>> { }

Implementors§