Module actix_tls::accept::native_tls::reexports

source ·
Available on crate features accept and native-tls only.
Expand description

Re-exports from native-tls that are useful for acceptors.

Structs§

  • An error returned from the TLS implementation.
  • A wrapper around a native_tls::TlsAcceptor, providing an async accept method.