Function with_env_variable

Source
pub fn with_env_variable(
    graph: Arc<Mutex<Graph>>,
    key: &str,
    value: &str,
) -> Result<(), Error>