Home
last modified time | relevance | path

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

/external/rust/crates/mls-rs/src/group/
Dcommit.rs115 pub struct CommitOutput { struct
139 impl CommitOutput { argument
349 pub async fn build(self) -> Result<CommitOutput, MlsError> { in build()
408 pub async fn commit(&mut self, authenticated_data: Vec<u8>) -> Result<CommitOutput, MlsError> { in commit()
445 ) -> Result<CommitOutput, MlsError> { in commit_internal()
917 mut commit_output: CommitOutput, in assert_commit_builder_output()
Dtest_utils.rs82 let CommitOutput { in join_with_custom_config() localVariable
/external/rust/crates/mls-rs-uniffi/src/
Dlib.rs485 pub struct CommitOutput { struct
504 impl TryFrom<mls_rs::group::CommitOutput> for CommitOutput { argument
620 pub async fn commit(&self) -> Result<CommitOutput, Error> { in commit()
635 ) -> Result<CommitOutput, Error> { in add_members()
675 ) -> Result<CommitOutput, Error> { in remove_members()