@implicitNotFound(msg = "Cannot embed value of type ${T} in xml attribute, implicit XmlAttributeEmbeddable[${T}] not found.\nThe following types are supported:\n- String\n- Boolean (false → remove attribute, true → empty attribute)\n- () => Unit, T => Unit event handler. Note: The return type needs to be Unit!\n- mhtml.Var[T], mhtml.Rx[T] where T is XmlAttributeEmbeddable\n- Option[T] where T is XmlAttributeEmbeddable (None → remove from the DOM)\n")
Evidence that T can be embedded in xml attribute position.
- Companion:
- object
class Object
trait Matchable
class Any