traitToCoproductTraversable[L <: HList, M[_]] extends DepFn1[L] with Serializable
Type class supporting conversion of this HList to a M with elements typed as
a minimal Coproduct Cop such as each type of the elements of L appears once in Cop.
Linear Supertypes
Serializable, Serializable, DepFn1[L], AnyRef, Any
Type class supporting conversion of this
HListto aMwith elements typed as a minimalCoproductCop such as each type of the elements of L appears once in Cop.