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