Struct iron_mountrouter::NoRoute
[−]
[src]
pub struct NoRoute;
NoRoute is error type returned to Iron if no route was matched in Router
pub struct NoRoute;
NoRoute is error type returned to Iron if no route was matched in Router
impl Display for NoRouteimpl Error for NoRoutefn description(&self) -> &strfn cause(&self) -> Option<&Error>impl Debug for NoRoute