pub trait DefiningFuture<B>:
Future<Output = Result<Request<B>, StatusCode>>
+ Send
+ 'static { }Expand description
Trait alias for the future that defined the final response.
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".