pub type RequestFuture<RET, RET_ERROR> = BoxFuture<RequestResult<RET, RET_ERROR>, Canceled>;
Aliased Typeยง
struct RequestFuture<RET, RET_ERROR>(/* private fields */);
pub type RequestFuture<RET, RET_ERROR> = BoxFuture<RequestResult<RET, RET_ERROR>, Canceled>;
struct RequestFuture<RET, RET_ERROR>(/* private fields */);