Struct iron_mountrouter::NoRoute [] [src]

pub struct NoRoute;

NoRoute is error type returned to Iron if no route was matched in Router

Trait Implementations

impl Display for NoRoute

fn fmt(&self, f: &mut Formatter) -> Result

impl Error for NoRoute

fn description(&self) -> &str

fn cause(&self) -> Option<&Error>

Derived Implementations

impl Debug for NoRoute

fn fmt(&self, __arg_0: &mut Formatter) -> Result