PropertyWrapperInitializable

public protocol PropertyWrapperInitializable

Protocol defining requirements for types that can publish wrapped Codable values.

Provides a unified interface for any type conforming to this protocol.

  • WrappedValue: The generic type that must conform to Codable
  • createInstance: Attempts to create an instance from any value