Type Alias RequestFuture

Source
pub type RequestFuture<RET, RET_ERROR> = BoxFuture<RequestResult<RET, RET_ERROR>, Canceled>;

Aliased Typeยง

struct RequestFuture<RET, RET_ERROR>(/* private fields */);