Skip to main content

ssl_used

Function ssl_used 

Source
pub async fn ssl_used(
    pool: &Pool<Postgres>,
) -> Result<Vec<SslUsed>, PgExtrasError>
Expand description

Shows whether SSL is being used for current connections.