> ## Documentation Index
> Fetch the complete documentation index at: https://starkware-9575960b-agent-options.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# core::internal::bounded_int::ConstrainHelper

A helper trait for constraining a `BoundedInt` instance.

## Signature

```rust
pub trait ConstrainHelper
```

## Trait types

### LowT

#### Signature

```rust
type LowT;
```

### HighT

#### Signature

```rust
type HighT;
```
