Enum openssl::ssl::error::NonblockingSslError [−][src]
An error on a nonblocking stream.
Variants
SslError(SslError)
A standard SSL error occurred.
WantRead
The OpenSSL library wants data from the remote socket; the caller should wait for read readiness.
WantWrite
The OpenSSL library wants to send data to the remote socket; the caller should wait for write readiness.
Trait Implementations
impl Debug for NonblockingSslError
[src]
[+]
impl Debug for NonblockingSslError
impl Display for NonblockingSslError
[src]
[+]
impl Display for NonblockingSslError
impl Error for NonblockingSslError
[src]
[+]
impl Error for NonblockingSslError
impl From<SslError> for NonblockingSslError
[src]
[+]
impl From<SslError> for NonblockingSslError
Auto Trait Implementations
impl Send for NonblockingSslError
impl Send for NonblockingSslError
impl Sync for NonblockingSslError
impl Sync for NonblockingSslError