1 2 3 4 5 6 7
pub use iced_native::window::*; /// The window of an [`Application`]. /// /// [`Application`]: crate::Application #[derive(Debug)] pub struct Window {}