Function dotenv::from_filename

source ·
pub fn from_filename<P: AsRef<Path>>(filename: P) -> Result<Dotenv>
Expand description

Create Dotenv from the specified file.

Fails if the file is not found.