encode(_:using:)
Encodes each element of the column.
Declaration
mutating func encode<T, Encoder>(_ type: T.Type, using encoder: Encoder) throws where T : Encodable, Encoder : TopLevelEncoderParameters
- type:
The type of elements in the column.
- encoder:
An encoder.