Function fluentci_common::common::with_env_variable

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