liftableAssignment

object liftableAssignment extends NiceLiftable[Assignment]
trait NiceLiftable[Assignment]
trait ToExpr[Assignment]
class Object
trait Matchable
class Any

Value members

Concrete methods

def lift: Quotes ?=> PartialFunction[Assignment, Expr[Assignment]]

Inherited methods

def apply(element: Assignment)(using Quotes): Expr[Assignment]
Inherited from:
NiceLiftable
def deserializeDisabled(using Quotes): Boolean
Inherited from:
NiceLiftable
def unapply(t: Assignment)(using Quotes): Some[Expr[Assignment]]
Inherited from:
NiceLiftable