fn push_kit<I>( kit: I, count: usize, server: &mut Server, target: Entity, ) -> Result<(), Content>where I: Iterator<Item = (KitEntry, u32)>,