RawTypeSyntaxNodeProtocol

/ Automatically generated by generate-swift-syntax / Do not edit directly!

RawSyntaxNodesTUVWXYZ.swift:16

This declaration is gated by at least one @_spi attribute.

protocol RawTypeSyntaxNodeProtocol : RawSyntaxNodeProtocol
Browse conforming types

Supertypes

  • protocol CustomStringConvertible

    A type with a customized textual representation.

  • protocol Sendable

    A thread-safe type whose values can be shared across arbitrary concurrent contexts without introducing a risk of data races. Values of the type may have no shared mutable state, or they may protect that state with a lock or by forcing it to only be accessed from a specific actor.

  • protocol TextOutputStreamable

    A source of text-streaming operations.

Show system interfaces (1)

Hide system interfaces