Summon

dfhdl.internals.Exact.Summon
See theSummon companion trait
object Summon

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Summon.type

Members list

Type members

Classlikes

object Success extends Summon[Any, Any]

Attributes

Supertypes
trait Summon[Any, Any]
class Object
trait Matchable
class Any
Self type
Success.type

Value members

Concrete methods

def summonMacro[R, T <: R](using Quotes, Type[R], Type[T]): Expr[Summon[R, T]]

Givens

Givens

transparent inline given fromExactTypes[R <: ExactTypes, T <: R]: Summon[R, T]
given fromRegularTypes[R, T <: R]: fromRegularTypes[R, T]