pub fn dictionary<'input, KeyT, ValueT>(
items: impl IntoIterator<Item = (KeyT, ValueT)>,
) -> impl UpParser<'input, ValueT>pub fn dictionary<'input, KeyT, ValueT>(
items: impl IntoIterator<Item = (KeyT, ValueT)>,
) -> impl UpParser<'input, ValueT>