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 NoRoute
impl Error for NoRoute
fn description(&self) -> &str
fn cause(&self) -> Option<&Error>
impl Debug for NoRoute