Type Alias rocket::route::BoxFuture

source ·
pub type BoxFuture<'r, T = Outcome<'r>> = BoxFuture<'r, T>;
Expand description

Type alias for the return type of a raw Route’s Handler.

Aliased Type§

struct BoxFuture<'r, T = Outcome<'r>> { /* private fields */ }