> ## Documentation Index
> Fetch the complete documentation index at: https://starkware-9575960b-starknet-privacy-docs.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 theme={null}
pub trait ConstrainHelper
```

## Trait types

### LowT

#### Signature

```rust theme={null}
type LowT;
```

### HighT

#### Signature

```rust theme={null}
type HighT;
```
