pub fn from_path<P: AsRef<Path>>(path: P) -> Result<Dotenv>
Create Dotenv from the specified path.
Dotenv
Returns Error::Io if the file cannot be read.
Error::Io