UnusedResult
public struct UnusedResult : Equatable
extension UnusedResult: CustomStringConvertible
A struct with the relevant information of a waterfall instance that was not used.
-
Information of the unused instance.
Declaration
Swift
public let information: InstanceInformation
-
Declaration
Swift
public var description: String { get }