given_FromExpr_HeaderOptions

io.github.quafadas.scautable.HeaderOptions.given_FromExpr_HeaderOptions
object given_FromExpr_HeaderOptions extends FromExpr[HeaderOptions]

Attributes

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

Members list

Value members

Concrete methods

def unapply(x: Expr[HeaderOptions])(using Quotes): Option[HeaderOptions]

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