Skip to main content

EnvironmentDecls

Type Alias EnvironmentDecls 

Source
pub type EnvironmentDecls = BTreeMap<SmolStr, EnvironmentDecl>;
Expand description

The name-keyed [environments] map. A type alias so the CLI’s Config can name the field’s type without restating the key type.

Aliased Type§

pub struct EnvironmentDecls { /* private fields */ }