pub trait RangeAllwhere
Self: Sized,{
// Required method
spec fn all_spec(self, p: FnSpec<(int,), bool>) -> bool;
}Expand description
Simplify proofs-by-computation for ranges of values
Required Methods§
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".