Struct router::NoRoute [] [src]

pub struct NoRoute;

The error thrown by router if there is no matching route, it is always accompanied by a NotFound response.

Trait Implementations

impl Debug for NoRoute
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for NoRoute
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

1.0.0
[src]

This method tests for !=.

impl Eq for NoRoute
[src]

impl Display for NoRoute
[src]

[src]

Formats the value using the given formatter. Read more

impl Error for NoRoute
[src]

[src]

A short description of the error. Read more

1.0.0
[src]

The lower-level cause of this error, if any. Read more