given_FromExpr_DebugLevel

object given_FromExpr_DebugLevel extends FromExpr[DebugLevel]
trait FromExpr[DebugLevel]
class Object
trait Matchable
class Any

Value members

Concrete methods

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

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.