DIComponentInfo
public struct DIComponentInfo : Hashable, CustomStringConvertible
Short information about component. Needed for good log
-
Any type announced at registration the component
Declaration
Swift
public let type: DIAType
-
File where the component is registration
Declaration
Swift
public let file: String
-
Line where the component is registration
Declaration
Swift
public let line: Int
-
Declaration
Swift
public var hashValue: Int { get }
-
Declaration
Swift
public static func == (lhs: DIComponentInfo, rhs: DIComponentInfo) -> Bool
-
Declaration
Swift
public var description: String { get }