auto

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

Givens

Inherited givens

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