Promise.RejectCallback

Undocumented in source.
struct Promise(T, U = Any)
nothrow
alias RejectCallback = void delegate
(
U
)
nothrow

Meta