Type Alias minus::ExitCallbacks

source ·
pub type ExitCallbacks = Vec<Box<dyn FnMut() + Send + Sync + 'static>>;
Expand description

A convenient type for Vec<Box<dyn FnMut() + Send + Sync + 'static>>

Aliased Type§

struct ExitCallbacks { /* private fields */ }