Searched defs:ExportedTree (Results 1 – 2 of 2) sorted by relevance
15 pub struct ExportedTree<'a>(pub(crate) Cow<'a, NodeVec>); struct18 impl<'a> ExportedTree<'a> { implementation41 impl ExportedTree<'static> { implementation
476 impl TryFrom<RatchetTree> for group::ExportedTree<'static> { implementation