Type Definition minus::ExitCallbacks[][src]

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