pub(crate) trait LoopBound:
Add<Output = Self>
+ Copy
+ Display
+ One
+ PartialOrd
+ TryFrom<Value, Error = LeoError> { }
Expand description
A trait for whose implementors are concrete values for loop bounds.
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.