Type Definition minus::ExitCallbacks[][src]

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

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