Trait zenoh_keyexpr::keyexpr_tree::traits::IKeyExprTreeNode
source · pub trait IKeyExprTreeNode<Weight>: UIKeyExprTreeNode<Weight> {
// Provided methods
fn parent(&self) -> Option<&Self::Parent> { ... }
fn keyexpr(&self) -> OwnedKeyExpr { ... }
fn weight(&self) -> Option<&Weight> { ... }
fn children(&self) -> &Self::Children { ... }
}Provided Methods§
fn parent(&self) -> Option<&Self::Parent>
fn keyexpr(&self) -> OwnedKeyExpr
fn weight(&self) -> Option<&Weight>
fn children(&self) -> &Self::Children
Object Safety§
This trait is not object safe.