TupleConvertible

public protocol TupleConvertible

This type describes a value that can be directly encoded as a Tuple.

  • The adapter that describdes the tuple encoding.

    Declaration

    Swift

    associatedtype FoundationDBTupleAdapter : TupleAdapter where Self.FoundationDBTupleAdapter.ValueType == Self