Type Alias cushy::ShutdownGuard
source · pub type ShutdownGuard = ShutdownGuard<WindowCommand>;
Expand description
A guard preventing an App
from shutting down.
Aliased Type§
struct ShutdownGuard { /* private fields */ }
pub type ShutdownGuard = ShutdownGuard<WindowCommand>;
A guard preventing an App
from shutting down.
struct ShutdownGuard { /* private fields */ }