Searched defs:ratchet_tree (Results 1 – 6 of 6) sorted by relevance
35 ratchet_tree: Vec<u8>, field
32 ratchet_tree: Vec<u8>, field
57 pub ratchet_tree: Option<TestRatchetTree>, field
432 let ratchet_tree = ratchet_tree.map(TryInto::try_into).transpose()?; in join_group() localVariable495 pub ratchet_tree: Option<RatchetTree>, field514 let ratchet_tree = commit_output in try_from() localVariable922 let ratchet_tree: group::ExportedTree = in test_ratchet_tree_included() localVariable
128 pub ratchet_tree: Option<ExportedTree<'static>>, field156 pub fn ratchet_tree(&self) -> Option<&ExportedTree<'static>> { in ratchet_tree() method769 let ratchet_tree = (!commit_options.ratchet_tree_extension) in commit_internal() localVariable
27 pub ratchet_tree: Option<TestRatchetTree>, field