Searched defs:CommitReceiver (Results 1 – 1 of 1) sorted by relevance
/external/rust/android-crates-io/crates/mls-rs/src/group/ |
D | proposal_cache.rs | 421 pub(crate) struct CommitReceiver<'a, C, F, P, CSP> { struct 422 tree: &'a TreeKemPublic, 423 sender: Sender, 424 receiver: LeafIndex, 425 cache: ProposalCache, 426 identity_provider: C, 427 cipher_suite_provider: CSP, 428 group_context_extensions: ExtensionList, 429 user_rules: F, 430 with_psk_storage: P, [all …]
|