Struct iron_mountrouter::NoMethod [] [src]

pub struct NoMethod;

NoMethod is error type returned to Iron if no handler was matched in MethodPicker

Trait Implementations

impl Display for NoMethod

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

impl Error for NoMethod

fn description(&self) -> &str

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

Derived Implementations

impl Debug for NoMethod

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