Initializergrpc-swift 2.0.0GRPCCodeGen
init(kind:name:)
CodeGenerationRequest.swift:165init(kind: Kind, name: String)
init(kind: Kind, name: String)
s11GRPCCodeGen10DependencyV4ItemV4kind4nameA2E4KindV_SStcfc
What are these?3JF1D
import GRPCCodeGen
struct Item
Represents an item imported from a module.
struct Dependency
Represents an import: a module or a specific item from a module.
struct Kind
Represents the imported item’s kind.
@frozen struct String
A Unicode string value that is a collection of characters.
var kind: Kind
The keyword that specifies the item’s kind (e.g. func
, struct
).
var name: String
The name of the imported item.