Structure
SavedCollection
public struct SavedCollection: Wrapped
A struct
representing a SavedCollection
.
Relationships
Nested Types
SavedCollection.Collection
A
struct
defining a collection ofSavedCollection
.SavedCollection.Unit
A
struct
defining a singleSavedCollection
response.
Conforms To
Wrapped
Initializers
init(wrapper:)
public init(wrapper: @escaping () -> Wrapper)
Init.
Parameters
Name | Type | Description |
---|---|---|
wrapper | @escaping () -> Wrapper |
A valid |