1
2
3
pub trait WinitWindowExt {
	fn winit_window(&self) -> &winit::window::Window;
}