Skip to content

Instance Method

decode(_:using:)

Use the provided ContentDecoder to read a value of type D from the container.
func decode<D>(_: D.Type, using decoder: any ContentDecoder) throws -> D where D : Decodable