pub fn load_rustls_config<P: AsRef<Path>>(
cert: P,
key: P,
) -> Result<ServerConfig>Available on crate feature
rustls only.pub fn load_rustls_config<P: AsRef<Path>>(
cert: P,
key: P,
) -> Result<ServerConfig>rustls only.