fn jsonb_each<'a>( a: Datum<'a>, temp_storage: &'a RowArena, stringify: bool, ) -> impl Iterator<Item = (Row, Diff)> + 'a