JsPromise.RejectCallback

Undocumented in source.
  1. alias RejectCallback = void delegate(U) nothrow
  2. alias RejectCallback = void delegate(U) nothrow
    struct JsPromise(T = Any)
    nothrow
    static if(!(is(T == void)))
    alias RejectCallback = void delegate
    ()
    nothrow

Meta