Português (Portuguese)
Appearance
Português (Portuguese)
Appearance
ENUM
TargetQuery Contents
public enum TargetQuery: Codable, Equatable, SendableQueries for matching against a target in manifests.
named(_:) case named(String)Match targets with the given name.
tagged(_:) case tagged(String)Match targets with the given metadata tag.
init(from:) public init(from decoder: Decoder) throws| Name | Description |
|---|---|
| decoder | The decoder to read data from. |
encode(to:) public func encode(to encoder: Encoder) throws| Name | Description |
|---|---|
| encoder | The encoder to write data to. |