Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/src/group/
Dexported_tree.rs15 pub struct ExportedTree<'a>(pub(crate) Cow<'a, NodeVec>); struct
18 impl<'a> ExportedTree<'a> { implementation
41 impl ExportedTree<'static> { impl