MustacheEngine.handler

Property for callback handler

  1. const(Handler) handler [@property getter]
  2. Handler handler [@property setter]
    struct MustacheEngine(String = string)
    @property @safe nothrow
    void
    handler
    if (
    isSomeString!(String)
    )

Meta