The key’s type erased to Any.Type.
Any.Type
let keyType: Any.Type
s20ServiceContextModule03AnyaB3KeyV7keyTypeypXpvp
41PCL
import ServiceContextModule
Common currency type for type-safe and Swift concurrency aware context propagation.
struct AnyServiceContextKey
A type-erased ServiceContextKey used when iterating through the ServiceContext using its forEach method.
ServiceContextKey
ServiceContext
forEach
var name: String { get }
A human-readable String representation of the underlying key. If no explicit name has been set on the wrapped key the type name is used.
static func == (lhs: AnyServiceContextKey, rhs: AnyServiceContextKey) -> Bool
func hash(into hasher: inout Hasher)