leo_passes::loop_unrolling::range_iterator

Trait LoopBound

Source
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.

Implementations on Foreign Types§

Source§

impl LoopBound for i128

Source§

impl LoopBound for u128

Implementors§