window.SIDEBAR_ITEMS = {"enum":[["LoadError","Possible failures modes for [`SessionStore::load`]."],["SaveError","Possible failures modes for [`SessionStore::save`]."],["UpdateError","Possible failures modes for [`SessionStore::update`]."]],"struct":[["CookieSessionStore","Use the session key, stored in the session cookie, as storage backend for the session state."],["RedisActorSessionStore","Use Redis as session storage backend."],["RedisActorSessionStoreBuilder","A fluent builder to construct a [`RedisActorSessionStore`] instance with custom configuration parameters."],["RedisSessionStore","Use Redis as session storage backend."],["RedisSessionStoreBuilder","A fluent builder to construct a `RedisSessionStore` instance with custom configuration parameters."],["SessionKey","A session key, the string stored in a client-side cookie to associate a user with its session state on the backend."]],"trait":[["SessionStore","The interface to retrieve and save the current session data from/to the chosen storage backend."]]};