FreeableAsyncResult.raw_result

Undocumented in source.
struct FreeableAsyncResult(T)
static if(!(is(T : void delegate(scope U value), U)))
static if(!is(T == void))
T raw_result;

Meta