---
title: LazyState.Storage
framework: swiftui
role: symbol
role_heading: Enumeration
path: swiftui/lazystate/storage
---

# LazyState.Storage

## Declaration

```swift
enum Storage
```

## Topics

### Enumeration Cases

- [LazyState.Storage.thunk(_:)](swiftui/lazystate/storage/thunk(_:).md)
- [LazyState.Storage.value(_:)](swiftui/lazystate/storage/value(_:).md)

## Relationships

### Conforms To

- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)
