Skip to main content

ssl_error_in_chain

Function ssl_error_in_chain 

Source
fn ssl_error_in_chain(err: &Error) -> Option<String>
Expand description

Walk the source chain of a tokio_postgres::Error and return the string form of the first openssl::error::ErrorStack found.