Skip to main content

SessionStoreFactory

Trait SessionStoreFactory 

Source
pub trait SessionStoreFactory: Send + Sync {
    // Required method
    fn create_store(
        &self,
        request: &SessionStoreCreateRequest,
    ) -> Result<Arc<dyn RuntimePersistence>, String>;
}

Required Methods§

Implementors§