Static Propertygrpc-swift 2.0.0GRPCCodeGen
struct
The imported item is a struct.
static var `struct`: Self { get }
The imported item is a struct.
static var `struct`: Self { get }
import GRPCCodeGen
struct Kind
Represents the imported item’s kind.
struct Dependency
Represents an import: a module or a specific item from a module.
struct Item
Represents an item imported from a module.
static var `class`: Self { get }
The imported item is a class.
static var `enum`: Self { get }
The imported item is an enum.
static var `func`: Self { get }
The imported item is a function.
static var `let`: Self { get }
The imported item is a let.
static var `protocol`: Self { get }
The imported item is a protocol.
static var `typealias`: Self { get }
The imported item is a typealias.
static var `var`: Self { get }
The imported item is a var.