Type Definition routerify::RouteError [−][src]
type RouteError = Box<dyn StdError + Send + Sync + 'static>;
The error type used by the error handlers.
type RouteError = Box<dyn StdError + Send + Sync + 'static>;
The error type used by the error handlers.