FocusArea
public struct FocusArea : FlintLoggable, CustomStringConvertible, CustomDebugStringConvertible, Hashable
Represents a topic path that you want to focus on for debugging.
This is an immutable wrapper used to allow the Focus feature to be used with either TopicPath or Feature.
See
FocusFeature
-
Undocumented
Declaration
Swift
public let topicPath: TopicPath
-
Undocumented
Declaration
Swift
public init(topicPath: TopicPath)
-
Undocumented
Declaration
Swift
public init(feature: FeatureDefinition.Type)
-
Declaration
Swift
public var description: String { get }
-
Declaration
Swift
public var debugDescription: String { get }
-
Declaration
Swift
public func hash(into hasher: inout Hasher)
-
-
Declaration
Swift
public static func == (lhs: FocusArea, rhs: FocusArea) -> Bool