Type Alias rocket::catcher::BoxFuture

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

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

Aliased Type§

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