> ## Documentation Index
> Fetch the complete documentation index at: https://docs.starknet.io/llms.txt
> Use this file to discover all available pages before exploring further.

# core::internal::InferDestruct

Helper to have the same interface as `DestructWith` while inferring the `Destruct`
implementation.

## Signature

```rust theme={null}

#[derive(Destruct)]
pub struct InferDestruct {
    pub value: T,
}
```

## Members

### value

#### Signature

```rust theme={null}
pub value: T
```
