Enum hyper_native_tls::ServerError [] [src]

pub enum ServerError {
    Io(Error),
    Tls(Error),
}

An error creating a NativeTlsServer.

Variants

An error reading the identity file.

An error initializing the acceptor.

Trait Implementations

impl Debug for ServerError
[src]

Formats the value using the given formatter.

impl Display for ServerError
[src]

Formats the value using the given formatter.

impl Error for ServerError
[src]

A short description of the error. Read more

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