Searched defs:InMemoryGroupStateStorage (Results 1 – 2 of 2) sorted by relevance
103 pub struct InMemoryGroupStateStorage { struct111 impl Debug for InMemoryGroupStateStorage { implementation131 impl InMemoryGroupStateStorage { implementation172 impl Default for InMemoryGroupStateStorage { implementation180 impl GroupStateStorage for InMemoryGroupStateStorage { implementation245 impl InMemoryGroupStateStorage { implementation251 fn test_storage(retention_limit: usize) -> Result<InMemoryGroupStateStorage, MlsError> { in test_storage()
261 ) -> GroupStateRepository<InMemoryGroupStateStorage, InMemoryKeyPackageStorage> { in test_group_state_repo()