pub type TlsConfigFactory = Arc<dyn Fn() -> Arc<ServerConfig> + Send + Sync>;
The type of the TLS config factory.
struct TlsConfigFactory { /* private fields */ }