Structure
Location.Unit
struct Unit: Specialized
A struct
representing a single Location
response.
Relationships
Member Of
Location
A
class
representing aLocation
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 |