Enum actix_tls::TlsError [−][src]
pub enum TlsError<E1, E2> {
Tls(E1),
Service(E2),
}
Expand description
TLS error combined with service error.
pub enum TlsError<E1, E2> {
Tls(E1),
Service(E2),
}
TLS error combined with service error.
Tls(E1)
Service(E2)