pub type Parameters<'a> = BTreeMap<Cow<'a, str>, Cow<'a, str>>;
Parameters is a collection of Parameters. It can be created with the parameters! macro.
Parameters
Parameter
parameters!
struct Parameters<'a> { /* private fields */ }