Type Definition ics::components::Parameters

source ·
pub type Parameters<'a> = BTreeMap<Cow<'a, str>, Cow<'a, str>>;
Expand description

Parameters is a collection of Parameters. It can be created with the parameters! macro.