pub trait CompareSubBranchOrdering {
// Required method
fn compare_sub_branch_ordering(
&self,
other: &GrowerTreeConfiguration,
) -> CompareOutcome;
}pub trait CompareSubBranchOrdering {
// Required method
fn compare_sub_branch_ordering(
&self,
other: &GrowerTreeConfiguration,
) -> CompareOutcome;
}