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

Wrapper type to ensure that a type `T` is destructed using a specific `Destruct` impl.

## Signature

```rust theme={null}
pub struct DestructWith> {
    pub value: T,
}
```

## Members

### value

#### Signature

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