Searched defs:CommitReceiver (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/src/group/ |
D | proposal_cache.rs | 378 pub(crate) struct CommitReceiver<'a, C, F, P, CSP> { struct 379 tree: &'a TreeKemPublic, 380 sender: Sender, 381 receiver: LeafIndex, 382 cache: ProposalCache, 383 identity_provider: C, 384 cipher_suite_provider: CSP, 385 group_context_extensions: ExtensionList, 386 user_rules: F, 387 with_psk_storage: P, [all …]
|