Skip to main content

Environment

Type Alias Environment 

Source
pub type Environment = BTreeMap<String, String>;
Expand description

Environment overrides applied before starting an agent.

Aliased Typeยง

pub struct Environment { /* private fields */ }