pub const WINIT_WINDOWS: LocalKey<RefCell<WinitWindows>>;Expand description
Temporary storage of WinitWindows data to replace usage of !Send resources. This will be replaced with proper
storage of !Send data after issue #17667 is complete.
pub const WINIT_WINDOWS: LocalKey<RefCell<WinitWindows>>;Temporary storage of WinitWindows data to replace usage of !Send resources. This will be replaced with proper
storage of !Send data after issue #17667 is complete.