Function dotenv::from_read

source ·
pub fn from_read<R: Read>(read: R) -> Result<Dotenv>
Expand description

Create Dotenv from Read.

This is useful for loading environment variables from from IPC or the network.