Enumerationswift-syntax 601.0.1SwiftParser
ThrowsEffectSpecifier
Specifiers.swift:58This declaration is gated by at least one @_spi attribute.
enum ThrowsEffectSpecifierThis declaration is gated by at least one @_spi attribute.
enum ThrowsEffectSpecifierimport SwiftParserA parser for the Swift programming language.
case `rethrows`case `throw`case `throws`case `try`protocol CaseIterableA type that provides a collection of all of its values.
protocol EquatableA type that can be compared for value equality.
protocol Hashable : EquatableA type that can be hashed into a Hasher to produce an integer hash value.
init?(token: TokenSyntax) static func != (lhs: Self, rhs: Self) -> Bool Returns a Boolean value indicating whether two values are not equal.