//! Traits which, typically, may be imported without concern: `use blarg::prelude::*`.
/// Behaviour for multiple (0 to many) items `T` to be collected together.
///
/// Must be imported in order to implement a custom `Collectable`.
/// Behaviour for documenting choices on a [`Parameter`](../struct.Parameter.html) or [`Condition`](../struct.Condition.html).
///
/// Must be imported in order to document choices.