CompareLeafGranularity

Trait CompareLeafGranularity 

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

Required Methods§

Implementors§