Type Alias SmtpResult

Source
pub type SmtpResult = Result<Response, Error>;
Expand description

SMTP result type

Aliased Type§

pub enum SmtpResult {
    Ok(Response),
    Err(Error),
}

Variants§

§1.0.0

Ok(Response)

Contains the success value

§1.0.0

Err(Error)

Contains the error value