Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/src/
Dclient_builder.rs411 G: GroupStateStorage, in group_state_storage()
699 type GroupStateStorage = Gss; typedef
724 fn group_state_storage(&self) -> Self::GroupStateStorage { in group_state_storage()
802 type GroupStateStorage = <T::Output as ClientConfig>::GroupStateStorage; typedef
831 fn group_state_storage(&self) -> Self::GroupStateStorage { in group_state_storage()
958 type GroupStateStorage; typedef
969 type GroupStateStorage = Gss; typedef
Dclient_config.rs22 type GroupStateStorage: GroupStateStorage + Clone; typedef
36 fn group_state_storage(&self) -> Self::GroupStateStorage; in group_state_storage()
Dclient.rs726 pub fn group_state_storage(&self) -> <C as ClientConfig>::GroupStateStorage { in group_state_storage()
/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs-core/src/group/
Dgroup_state.rs69 pub trait GroupStateStorage: Send + Sync { trait