Trait is_tree::traits::has_branches::HasBranchesAPI
source · pub trait HasBranchesAPI {
// Provided method
fn branches_impl2<T>(self) -> impl Iterator<Item = T>
where Self: HasBranches<T> + Sized { ... }
}
Provided Methods§
sourcefn branches_impl2<T>(self) -> impl Iterator<Item = T>where
Self: HasBranches<T> + Sized,
fn branches_impl2<T>(self) -> impl Iterator<Item = T>where
Self: HasBranches<T> + Sized,
This is used internally. Should use branches
instead.