init(rawValue:)
init?(rawValue: String)
init?(rawValue: String)
s26SwiftProtobufPluginLibrary10DescriptorC13WellKnownTypeO8rawValueAESgSS_tcfc
What are these?9POPZ
import SwiftProtobufPluginLibrary
A reusable framework for building protoc
plugins in Swift.
enum WellKnownType
The type of this Message.
final class Descriptor
Describes a type of protocol message, or a particular group within a message. Descriptor
s are not directly created, instead they are constructed/fetched via the DescriptorSet
or they are directly accessed via a messageType
property on FieldDescriptor
s, etc.
@frozen struct String
A Unicode string value that is a collection of characters.