Type Definition routerify::RouteError[][src]

pub type RouteError = Box<dyn StdError + Send + Sync + 'static>;
Expand description

The error type used by the error handlers.