JsPromise.FulfillCallback

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

Meta