| 8 | }; |
| 9 | |
| 10 | pub struct UpdateContext<'a> { |
| 11 | context: AttachedContext<'a>, |
| 12 | mouse_region_manager: &'a mut MouseRegionManager, |
| 13 | redraw_requested: &'a mut bool, |
| 14 | } |
| 15 | |
| 16 | impl<'a> Deref for UpdateContext<'a> { |
| 17 | type Target = AttachedContext<'a>; |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…