Struct finchers::server::ServerError[][src]

pub struct ServerError { /* fields omitted */ }

The error type which will be returned from ServiceBuilder::serve().

Trait Implementations

impl Debug for ServerError
[src]

Formats the value using the given formatter. Read more

impl Display for ServerError
[src]

Formats the value using the given formatter. Read more

impl Error for ServerError
[src]

This method is soft-deprecated. Read more

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

Auto Trait Implementations

impl Send for ServerError

impl Sync for ServerError