[][src]Type Definition ics::components::Parameters

type Parameters<'a> = BTreeMap<Cow<'a, str>, Cow<'a, str>>;

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