Function iced::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.