var wrappedValue: Coder.CodableValue { get set }
s8SotoCore12CustomCodingV12wrappedValue07CodableF0Qzvp
1Y9YR
import SotoCore
@propertyWrapper struct CustomCoding<Coder> where Coder : CustomCoder
Property wrapper that applies a custom encoder and decoder to its wrapped value
associatedtype CodableValue : Sendable
init(wrappedValue value: Coder.CodableValue)