Home
last modified time | relevance | path

Searched defs:InMemoryGroupData (Results 1 – 1 of 1) sorted by relevance

/external/rust/android-crates-io/crates/mls-rs/src/storage_provider/in_memory/
Dgroup_state_storage.rs35 pub(crate) struct InMemoryGroupData { struct
40 impl Debug for InMemoryGroupData { argument
52 impl InMemoryGroupData { implementation
53 pub fn new(state_data: Vec<u8>) -> InMemoryGroupData { in new()
155 fn lock(&self) -> MutexGuard<'_, LargeMap<Vec<u8>, InMemoryGroupData>> { in lock() argument
238 fn test_data(&self) -> InMemoryGroupData { in test_data()