pub type Id = u64;Expand description
Is used to keep track of internal state of various widgets like widgets::Window These should be unique per window and ideally not change in between frames.
pub type Id = u64;Is used to keep track of internal state of various widgets like widgets::Window These should be unique per window and ideally not change in between frames.