XmlConvertorFactory.convertible

Set convertible

  1. Element convertible [@property setter]
    class XmlConvertorFactory(To, From : Element = Element)
    @property @safe nothrow
    convertible
    (
    Element convertible
    )
  2. Element convertible [@property getter]

Parameters

convertible Element

data that the factory should convert into ToType component

Return Value

Type: XmlConvertorFactory!(To, From)

XmlConvertorFactory!(To, From)

Meta