Initializersoto-core 7.4.0SotoCore
init(from:)
CodableProperties.swift:56init(from decoder: Decoder) throws
init(from decoder: Decoder) throws
s8SotoCore12CustomCodingVA2A0C7DecoderRzrlE4fromACyxGs0E0_p_tKcfc
What are these?1LQKA
where Coder:CustomDecoder
import SotoCore
@propertyWrapper struct CustomCoding<Coder> where Coder : CustomCoder
Property wrapper that applies a custom encoder and decoder to its wrapped value
protocol Decoder
A type that can decode values from a native format into in-memory representations.
protocol CustomDecoder : CustomCoder
Protocol for object that will decode a value