pub trait UnConstrained {
const CONSTRAINED: bool = false;
}Expand description
This is a trait that ensures consistent implementation of unconstrained benchmark functions
Provided Associated Constants§
Sourceconst CONSTRAINED: bool = false
const CONSTRAINED: bool = false
This trait indicates that the function is unconstrained
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.