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.