PropertyWrapperable
public protocol PropertyWrapperable
Undocumented
-
Undocumented
Declaration
Swift
associatedtype WrappedValue
-
Undocumented
Declaration
Swift
var wrappedValue: WrappedValue { get }
-
Undocumented
Declaration
Swift
init(wrappedValue: WrappedValue)
-
Undocumented
Declaration
Swift
static func createInstance(with value: Any) -> Self?
-
Callback invoked when the wrapped value finishes decoding/mapping.
Declaration
Swift
func wrappedValueDidFinishMapping() -> Self?