[][src]Type Definition new_tokio_smtp::io::SmtpResult

type SmtpResult = Result<Response, LogicError>;

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