ProtocolDeclSyntax

A protocol declaration

SyntaxNodesOP.swift:4395
struct ProtocolDeclSyntax

An example of a protocol declaration is

protocol Example {
  var isValid: Bool { get }
}

Children