Enum dotenv::DotenvError [] [src]

pub enum DotenvError {
    Parsing {
        line: String,
    },
    ParseFormatter(Error),
    Io(Error),
}

Variants

Fields of Parsing

Trait Implementations

impl Debug for DotenvError
[src]

Formats the value using the given formatter.

impl From<Error> for DotenvError
[src]

Performs the conversion.

impl From<Error> for DotenvError
[src]

Performs the conversion.

impl Display for DotenvError
[src]

Formats the value using the given formatter. Read more

impl Error for DotenvError
[src]

A short description of the error. Read more

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