poppet.codec.circe.all

Members list

Implicits

Inherited implicits

implicit def circeDecoderToCodec[A : Decoder]: Codec[Json, A]

Attributes

Inherited from:
CirceCodecInstancesLp0
implicit def circeEncoderToCodec[A : Encoder]: Codec[A, Json]

Attributes

Inherited from:
CirceCodecInstances