Structure
Status
public struct Status: Specialized
A struct
representing a Status
.
Relationships
Conforms To
Specialized
A
protocol
describing a generic response returning an element ofResponse
.
Initializers
init(wrapper:)
public init(wrapper: @escaping () -> Wrapper)
Init.
Parameters
Name | Type | Description |
---|---|---|
wrapper | @escaping () -> Wrapper |
A valid |