Enum security_framework::secure_transport::ClientHandshakeError[][src]

pub enum ClientHandshakeError<S> {
    Failure(Error),
    Interrupted(MidHandshakeClientBuilder<S>),
}
Expand description

An error or intermediate state after a TLS handshake attempt.

Variants

Failure(Error)

The handshake failed.

The handshake was interrupted midway through.

Trait Implementations

Formats the value using the given formatter. Read more

Performs the conversion.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.