extract_smtp_error_details

Function extract_smtp_error_details 

Source
fn extract_smtp_error_details(
    err: &Error,
) -> (Option<String>, Option<String>, Option<i32>)