Structure
Section.Collection
struct Collection: Specialized, Paginatable
A struct
defining a collection of Section
s.
Relationships
Member Of
Section
A
struct
defining a valid tag/location section.
Conforms To
Specialized
A
protocol
describing a generic response returning an element ofResponse
.Paginatable
Nested Type Aliases
Initializers
init(wrapper:)
public init(wrapper: @escaping () -> Wrapper)
Init.
Parameters
Name | Type | Description |
---|---|---|
wrapper | @escaping () -> Wrapper |
A valid |