Enum tungstenite::error::TlsError [−][src]
#[non_exhaustive] pub enum TlsError {}
TLS errors.
Note that even if you enable only the rustls-based TLS support, the error at runtime could still
be Native
, as another crate in the dependency graph may enable native TLS support.