create_session_store

Function create_session_store 

Source
pub fn create_session_store(
    config: SessionBackendConfig,
) -> SessionResult<Box<dyn SessionStore>>
Expand description

Creates a boxed session store using the provided backend configuration.