pub type TlsConfigFactory = Arc<dyn Fn() -> Arc<ServerConfig> + Send + Sync>;
struct TlsConfigFactory { /* private fields */ }