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