use Error;
/// Trait for a single request parameter.
/// Wrapper around possible errors that might be encountered when parsing
/// `Param` implementors.
/// Trait for a list of request parameters.
///
/// Each implementor of this should have an internal list of parameters.