pub trait MapWindow {
// Required method
fn size(&self) -> PhysicalSize;
}Expand description
Window of a certain PhysicalSize. This can either be a proper window or a headless one.
pub trait MapWindow {
// Required method
fn size(&self) -> PhysicalSize;
}Window of a certain PhysicalSize. This can either be a proper window or a headless one.