Skip to main content

WithSpec

Type Alias WithSpec 

Source
pub type WithSpec = HashMap<String, WithEntry, FxBuildHasher>;
Expand description

Map of alias -> WithEntry (YAML with: block)

Aliased Type§

pub struct WithSpec { /* private fields */ }