WindowBox

Type Alias WindowBox 

Source
pub type WindowBox = Box<dyn WindowLike>;
Expand description

Window manager internal usage

Aliased Typeยง

pub struct WindowBox(/* private fields */);