RemoteType
public struct RemoteType : TypeProtocol
extension RemoteType: CustomStringConvertible
The type of a remote part.
-
The capabilities of the projection.
Declaration
Swift
public let access: AccessEffect -
The type of the projected object.
Declaration
Swift
public let bareType: AnyType -
Declaration
Swift
public let flags: ValueFlags -
Creates an instance with the given properties.
Declaration
Swift
public init(_ access: AccessEffect, _ bareType: AnyType) -
Creates an instance converting
t.Declaration
Swift
public init(_ t: ParameterType) -
Declaration
Swift
public func transformParts<M>( mutating m: inout M, _ transformer: (inout M, AnyType) -> TypeTransformAction ) -> Self -
Declaration
Swift
public var description: String { get }
View on GitHub