Home
last modified time | relevance | path

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

/external/rust/crates/mls-rs-uniffi/src/
Dconfig.rs17 pub(crate) struct ClientGroupStorage(Arc<dyn GroupStateStorage>); struct
19 impl From<Arc<dyn GroupStateStorage>> for ClientGroupStorage { implementation
27 impl mls_rs_core::group::GroupStateStorage for ClientGroupStorage { implementation