pub struct SslAlert(_);
Expand description
An SSL/TLS alert.
Implementations§
source§impl SslAlert
impl SslAlert
sourcepub const UNRECOGNIZED_NAME: SslAlert = _
pub const UNRECOGNIZED_NAME: SslAlert = _
Alert 112 - unrecognized_name
.