> ## 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::InferDrop

Helper to have the same interface as `DropWith` while inferring the `Drop` implementation.

## Signature

```rust theme={null}

#[derive(Drop)]
pub struct InferDrop {
    pub value: T,
}
```

## Members

### value

#### Signature

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