Enum dotenv::DotenvError [] [src]

pub enum DotenvError {
    Parsing {
        line: String,
    },
    ParseFormatter,
    Io,
    ExecutableNotFound,
}

Variants

Fields of Parsing

Trait Implementations

impl Clone for DotenvError
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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.