Enum finchers::util::NoReturn [] [src]

pub enum NoReturn {}

A type represents the never-returned errors.

Trait Implementations

impl Debug for NoReturn
[src]

[src]

Formats the value using the given formatter.

impl Display for NoReturn
[src]

[src]

Formats the value using the given formatter. Read more

impl Error for NoReturn
[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

impl Responder for NoReturn
[src]

The error type during respond()

[src]

Convert itself to hyper::Response