pub trait CompareDepthLimits {
// Required method
fn compare_depth_limits(
&self,
other: &GrowerTreeConfiguration,
) -> CompareOutcome;
}Required Methods§
fn compare_depth_limits( &self, other: &GrowerTreeConfiguration, ) -> CompareOutcome
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".