pub type BoxFuture<'r, T = Result<'r>> = BoxFuture<'r, T>;
Type alias for the return type of a raw Catcher’s Handler.
Catcher
Handler
struct BoxFuture<'r, T = Result<'r>> { /* private fields */ }