All Downloads are FREE. Search and download functionalities are using the official Maven repository.

refined4s.modules.circe.derivation.CirceEncoder.scala Maven / Gradle / Ivy

There is a newer version: 1.1.0
Show newest version
package refined4s.modules.circe.derivation

import io.circe.Encoder
import refined4s.NewtypeBase

/** @author Kevin Lee
  * @since 2023-12-11
  */
trait CirceEncoder[A: Encoder] {
  self: NewtypeBase[A] =>

  given derivedEncoder: Encoder[Type] = deriving[Encoder]
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy