Struct openssl::ssl::SniError [−][src]
pub struct SniError(_);
Expand description
An error returned from the SNI callback.
Implementations
Abort the handshake with a fatal alert.
Send a warning alert to the client and continue the handshake.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for SniError
impl UnwindSafe for SniError
Blanket Implementations
Mutably borrows from an owned value. Read more