pub trait MapWindow {
    fn size(&self) -> WindowSize;
}
Expand description

Window of a certain WindowSize. This can either be a proper window or a headless one.

Required Methods

Implementors