Struct iron_error_router::ErrorRouter [] [src]

pub struct ErrorRouter { /* fields omitted */ }

Methods

impl ErrorRouter
[src]

Trait Implementations

impl Default for ErrorRouter
[src]

Returns the "default value" for a type. Read more

impl AfterMiddleware for ErrorRouter
[src]

Do whatever post-processing this middleware should do.

Respond to an error thrown by previous AfterMiddleware, the Handler, or a BeforeMiddleware. Read more