Searched defs:CommitOutput (Results 1 – 2 of 2) sorted by relevance
115 pub struct CommitOutput { struct139 impl CommitOutput { implementation349 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()
82 let CommitOutput { in join_with_custom_config() localVariable