Enum dotenv::ErrorKind
[−]
[src]
pub enum ErrorKind {
Msg(String),
LineParse(String),
ParseFormatter(Error),
Io(Error),
EnvVar(VarError),
}Variants
Msg(String)LineParse(String)ParseFormatter(Error)Io(Error)EnvVar(VarError)Methods
impl ErrorKind[src]
fn description(&self) -> &str
A string describing the error kind.