FutureResponse

Type Alias FutureResponse 

Source
type FutureResponse = Pin<Box<dyn Future<Output = Response> + Send>>;

Aliased Typeยง

#[repr(transparent)]
struct FutureResponse { /* private fields */ }