Enum hyper_native_tls::ServerError
[−]
[src]
pub enum ServerError {
Io(Error),
Tls(Error),
}An error creating a NativeTlsServer.
Variants
Io(Error)An error reading the identity file.
Tls(Error)An error initializing the acceptor.
Trait Implementations
impl Debug for ServerError[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more
impl Display for ServerError[src]
fn fmt(&self, fmt: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more