Injected
@propertyWrapper
public struct Injected<Service>
Immediate injection property wrapper.
Wrapped dependent service is resolved immediately using Resolver.root upon struct initialization.
-
Undocumented
Declaration
Swift
public init()
-
Undocumented
Declaration
Swift
public var wrappedValue: Service { get set }
-
Undocumented
Declaration
Swift
public var projectedValue: Injected<Service> { get set }