Function iced::window::fetch_size

source ·
pub fn fetch_size<Message>(
    id: Id,
    f: impl FnOnce(Size) -> Message + 'static
) -> Command<Message>
Expand description

Fetches the window’s size in logical dimensions.