Enum dhl::ManifestCreationError []

pub enum ManifestCreationError {
    EnvError(&'static str),
    Io(Error),
    Toml(Error),
}

Variants

Trait Implementations

impl Debug for ManifestCreationError
[src]

[src]

Formats the value using the given formatter.

impl Display for ManifestCreationError

Formats the value using the given formatter. Read more

impl Error for ManifestCreationError

A short description of the error. Read more

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

impl From<&'static str> for ManifestCreationError

Performs the conversion.

impl From<Error> for ManifestCreationError

Performs the conversion.

impl From<Error> for ManifestCreationError

Performs the conversion.