error_from_output

Function error_from_output 

Source
pub(crate) fn error_from_output(o: &CheckEmailOutput) -> String
Expand description

A crude way to extract error details from the mail output. This was added because CheckEmailOutput doesn’t impl Display.