fn ssl_error_in_chain(err: &Error) -> Option<String>
Walk the source chain of a tokio_postgres::Error and return the string form of the first openssl::error::ErrorStack found.
tokio_postgres::Error
openssl::error::ErrorStack