Module has_branches

Source
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
HasBranchesAPIV2
This is the trait one should implement to provide a way to iterate over the branches of a type.