@implicitNotFound(msg = "Cannot embed value of type ${T} in xml element, implicit XmlElementEmbeddable[${T}] not found.\nThe following types are supported:\n- String, Int, Long, Double, Float, Char (converted with .toString)\n- xml.Node, Seq[xml.Node]\n- mhtml.Var[T], mhtml.Rx[T] where T is XmlElementEmbeddable\n- Option[T] where T is XmlElementEmbeddable (None → remove from the DOM)\n")
Evidence that T can be embedded in xml element position.
- Companion:
- object
class Object
trait Matchable
class Any