Trait HasBranchesAPI

Source
pub trait HasBranchesAPI {
    // Provided method
    fn branches_impl2<T>(self) -> impl Iterator<Item = T>
       where Self: HasBranches<T> + Sized { ... }
}

Provided Methods§

Source

fn branches_impl2<T>(self) -> impl Iterator<Item = T>
where Self: HasBranches<T> + Sized,

This is used internally. Should use branches instead.

Implementors§