Enum dhl::RecipientsError []

pub enum RecipientsError {
    EnvError(&'static str),
    InvalidOutDir(OsString),
}

Variants

Trait Implementations

impl Debug for RecipientsError
[src]

[src]

Formats the value using the given formatter.

impl Display for RecipientsError

Formats the value using the given formatter. Read more

impl Error for RecipientsError

A short description of the error. Read more

The lower-level cause of this error, if any. Read more