from_read

Function 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.