Struct openssl::ssl::AlpnError [−][src]
pub struct AlpnError(_);
Expand description
An error returned from an ALPN selection callback.
Requires OpenSSL 1.0.2 or LibreSSL 2.6.1 or newer.
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for AlpnError
impl UnwindSafe for AlpnError
Blanket Implementations
Mutably borrows from an owned value. Read more