Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/mls-rs/src/group/
Dproposal_cache.rs53 pub(crate) struct ProposalCache { struct
61 impl PartialEq for ProposalCache { argument
70 impl Debug for ProposalCache { implementation
84 impl ProposalCache { impl
357 impl Extend<(ProposalRef, CachedProposal)> for ProposalCache { implementation
564 impl ProposalCache { implementation
962 async fn test_proposal_cache_setup(proposals: Vec<AuthenticatedContent>) -> ProposalCache { in test_proposal_cache_setup()