Searched defs:GroupStateStorageAdapter (Results 1 – 1 of 1) sorted by relevance
62 pub(crate) struct GroupStateStorageAdapter<S>(Mutex<S>); struct64 impl<S> GroupStateStorageAdapter<S> { implementation82 impl<S, Err> GroupStateStorage for GroupStateStorageAdapter<S> implementation