Function cosmic::iced_runtime::window::get_raw_id
source ยท pub fn get_raw_id<Message>(id: Id) -> Task<u64>
Expand description
Gets an identifier unique to the window, provided by the underlying windowing system. This is
not to be confused with Id
.