Structure
CommaSeparatedCapabilityCoder
public struct CommaSeparatedCapabilityCoder: StaticCoder
Relationships
Conforms To
StaticCoder
Methods
decode(from:)
public static func decode(from decoder: Decoder) throws -> [Capability]
encode(value:to:)
public static func encode(value: [Capability], to encoder: Encoder) throws