Trait is_tree::traits::has_branches::HasBranches
source · pub trait HasBranches<'a>: KnowsBranches<'a> {
// Required method
fn branches(self) -> impl Iterator<Item = Self::Branches>;
}
Required Methods§
Object Safety§
This trait is not object safe.