given_FromExpr_SerializeQuat

io.getquill.parser.SerializeQuat.Lifter.given_FromExpr_SerializeQuat
object given_FromExpr_SerializeQuat extends FromExpr[SerializeQuat]

Attributes

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

Members list

Value members

Concrete methods

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

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