Function cosmic::iced_widget::runtime::window::fetch_id

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

Fetches an identifier unique to the window, provided by the underlying windowing system. This is not to be confused with Id.