Searched defs:ClientGroupStorage (Results 1 – 1 of 1) sorted by relevance
17 pub(crate) struct ClientGroupStorage(Arc<dyn GroupStateStorage>); struct19 impl From<Arc<dyn GroupStateStorage>> for ClientGroupStorage { implementation27 impl mls_rs_core::group::GroupStateStorage for ClientGroupStorage { implementation