FieldMacro

object FieldMacro
class Object
trait Matchable
class Any

Value members

Concrete methods

def fromImpl[P : Type](value: Expr[P], includeIdent: Boolean, title: String)(implicit evidence$3: Type[P], q: Quotes): Expr[Field[P]]
def subImpl[P : Type, S : Type](parent: Expr[Field[P]], subSelector: Expr[P => S])(implicit evidence$4: Type[P], evidence$5: Type[S], q: Quotes): Expr[Field[S]]