Skip to main content

SpecSources

Type Alias SpecSources 

Source
pub type SpecSources = IndexMap<(String, EffectiveDate), String>;
Expand description

Spec sources keyed by (name, effective_from).

Aliased Typeยง

pub struct SpecSources { /* private fields */ }