pub trait DefiningFuture<B>:
Future<Output = Result<Request<B>, StatusCode>>
+ Send
+ 'static { }Expand description
Trait alias for the future that defined the final response.
pub trait DefiningFuture<B>:
Future<Output = Result<Request<B>, StatusCode>>
+ Send
+ 'static { }Trait alias for the future that defined the final response.