logo

Type Definition 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.