StringOrElem

@implicitNotFound("Key type must be either `String` or a subtype of `Dom.Element`, not `${T}`")
sealed trait StringOrElem[T]
class Object
trait Matchable
class Any