Expand description
This module contains the HasBranches
trait and its associated API traits.
Traitsยง
- AddBranch
- This is the trait one should implement to provide a way to add a branch to a type.
- HasBranches
- This is the trait one should implement to provide a way to iterate over the branches of a type.
- HasBranchesAPI
- HasBranchesAPI
V2 - This is the trait one should implement to provide a way to iterate over the branches of a type.