given_FromExpr_SerializeAst

io.getquill.parser.SerializeAst$.Lifter$.given_FromExpr_SerializeAst$
object given_FromExpr_SerializeAst extends FromExpr[SerializeAst]

Attributes

Graph
Supertypes
trait FromExpr[SerializeAst]
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Concrete methods

def unapply(expr: Expr[SerializeAst])(using Quotes): Option[SerializeAst]

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.

Attributes