pub fn get_tls(
    host: impl ToString,
    port: u16,
    cert: impl ToString,
    max_size: u32
) -> Result<TlsPool, r2d2Error>
Available on crate feature sync and (crate features ssl or sslv) only.
Expand description

Returns a TLS pool of the specified size and provided settings