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 NoMethodimpl Error for NoMethodfn description(&self) -> &strfn cause(&self) -> Option<&Error>impl Debug for NoMethod