OptionalCustomCodingWrapper
public protocol OptionalCustomCodingWrapper
Protocol for a PropertyWrapper to properly handle CustomCoding when the wrappedValue is Optional
-
Declaration
Swift
associatedtype WrappedType
-
Declaration
Swift
var wrappedValue: WrappedType? { get }
-
Declaration
Swift
init(wrappedValue: WrappedType?)