Packages

sealed trait AllowImplicitMacro[T] extends AnyRef

Marker type used internally by automatic type class derivation macros. Used to inform the compiler and macro engine that automatic derivation of particular type class is allowed in some context.

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AllowImplicitMacro
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All