given_FromExpr_NameMapper

object given_FromExpr_NameMapper extends FromExpr[NameMapper]
trait FromExpr[NameMapper]
class Object
trait Matchable
class Any

Value members

Concrete methods

def unapply(x: Expr[NameMapper])(using Quotes): Option[NameMapper]

Return the value of the expression.

Return the value of the expression.

Returns None if the expression does not represent a value or possibly contains side effects. Otherwise returns the Some of the value.