auto

trait auto
Since:

2023-12-16

Companion:
object
class Object
trait Matchable
class Any
object auto.type

Givens

Givens

given derivedNewtypeGet[A, B](using coercible: Coercible[A, B], getA: Get[A]): Get[B]
given derivedPut[A, B](using coercible: Coercible[A, B], put: Put[B]): Put[A]
given derivedRefinedGet[A, B](using refinedCtor: RefinedCtor[B, A], getA: Get[A], showA: Show[A]): Get[B]