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. 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