Skip to main content

CompareDepthLimits

Trait CompareDepthLimits 

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

Required Methods§

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§