Home
last modified time | relevance | path

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

/external/rust/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> { implementation
/external/rust/crates/mls-rs-uniffi/src/
Dlib.rs476 impl TryFrom<RatchetTree> for group::ExportedTree<'static> { implementation