From 422568dee49fa6b814ae0131a3f88d4ae2be243b Mon Sep 17 00:00:00 2001 From: Héctor Ramón Jiménez Date: Thu, 8 Aug 2024 01:25:00 +0200 Subject: Introduce `black_box` and `chain` in `widget::operation` --- runtime/src/multi_window/state.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runtime/src/multi_window') diff --git a/runtime/src/multi_window/state.rs b/runtime/src/multi_window/state.rs index 72ce6933..0bec555f 100644 --- a/runtime/src/multi_window/state.rs +++ b/runtime/src/multi_window/state.rs @@ -205,7 +205,7 @@ where pub fn operate( &mut self, renderer: &mut P::Renderer, - operations: impl Iterator>>, + operations: impl Iterator>, bounds: Size, debug: &mut Debug, ) { -- cgit