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.

Required Methods§

Implementors§