Home
last modified time | relevance | path

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

/external/rust/crates/mls-rs-uniffi/src/config/
Dgroup_state.rs62 pub(crate) struct GroupStateStorageAdapter<S>(Mutex<S>); struct
64 impl<S> GroupStateStorageAdapter<S> { implementation
82 impl<S, Err> GroupStateStorage for GroupStateStorageAdapter<S> implementation