Type Definition minus::ExitCallbacks[][src]

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

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