Type Definition new_tokio_smtp::io::SmtpResult

source ·
pub type SmtpResult = Result<Response, LogicError>;
Expand description

smtp result, either a Response or a LogicError potentially wrapping a Response