pub type BoxFuture<'r, T = Outcome<'r>> = BoxFuture<'r, T>;
Type alias for the return type of a raw Route’s Handler.
Route
Handler
struct BoxFuture<'r, T = Outcome<'r>> {}