Function cosmic::iced_winit::runtime::window::fetch_minimized

source ยท
pub fn fetch_minimized<Message>(
    id: Id,
    f: impl FnOnce(Option<bool>) -> Message + 'static,
) -> Command<Message>
Expand description

Fetches if the window is minimized.