Enum saphir::ServerError [] [src]

pub enum ServerError {
    HyperError(Error),
    ParseError(AddrParseError),
}

Variants

Trait Implementations

impl Debug for ServerError
[src]

[src]

Formats the value using the given formatter. Read more

impl From<AddrParseError> for ServerError
[src]

[src]

Performs the conversion.

impl From<Error> for ServerError
[src]

[src]

Performs the conversion.

Auto Trait Implementations

impl Send for ServerError

impl Sync for ServerError