use crateValueResult;
/// Internal trait used to append multiple values from a slice.
///
/// This trait backs slice arguments to `MultiValues::add<S>()`; downstream code
/// should call the inherent method instead of implementing or naming this trait
/// directly.
pub