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