Struct iron_mountrouter::NoMethod
[−]
[src]
pub struct NoMethod;
NoMethod
is error type returned to Iron if no handler was matched in MethodPicker
pub struct NoMethod;
NoMethod
is error type returned to Iron if no handler was matched in MethodPicker
impl Display for NoMethod
impl Error for NoMethod
fn description(&self) -> &str
fn cause(&self) -> Option<&Error>
impl Debug for NoMethod