Type Alias BoxedWindowState

Source
pub type BoxedWindowState = Box<dyn WindowState + Send + Sync>;

Aliased Typeยง

struct BoxedWindowState(/* private fields */);