liftableQuat

object liftableQuat extends NiceLiftable[Quat]
trait NiceLiftable[Quat]
trait ToExpr[Quat]
class Object
trait Matchable
class Any

Value members

Concrete methods

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

Inherited methods

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