Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/src/group/proposal_filter/
Dbundle.rs52 pub fn add(&mut self, proposal: Proposal, sender: Sender, source: ProposalSource) { in add()
441 I: IntoIterator<Item = (Proposal, Sender, ProposalSource)>, in from_iter() argument
485 pub enum ProposalSource { enum
538 pub fn source(&self) -> &ProposalSource { in source()