given_FromExpr_CodecMakerConfig

Use to print additional debug code during derivation of codecs:

given CodecMakerConfig.Trace with {}
val codec = JsonCodecMaker.make[MyClass]
trait FromExpr[CodecMakerConfig]
class Object
trait Matchable
class Any

Value members

Concrete methods

def extract[X : FromExpr](name: String, x: Expr[X])(implicit evidence$1: FromExpr[X], Quotes): X
def unapply(x: Expr[CodecMakerConfig])(using Quotes): Option[CodecMakerConfig]