Converts an HList of codecs in to a single codec.
That is, converts Codec[X0] :: Codec[X1] :: ... :: Codec[Xn] :: HNil in to a Codec[X0 :: X1 :: ... :: Xn :: HNil].
This member is added by an implicit conversion from ToHListCodec[In] to
any2stringadd[ToHListCodec[In]] performed by method any2stringadd in scala.Predef.
This member is added by an implicit conversion from ToHListCodec[In] to
StringFormat[ToHListCodec[In]] performed by method StringFormat in scala.Predef.
Converts an
HList
of codecs in to a single codec. That is, convertsCodec[X0] :: Codec[X1] :: ... :: Codec[Xn] :: HNil
in to aCodec[X0 :: X1 :: ... :: Xn :: HNil].