PromiseValue.PromiseValue

template PromiseValue(P)
static if(is(P == Promise!(T, E), T, E))
alias PromiseValue = T

Meta