Type Alias OnBeforeExit

Source
pub type OnBeforeExit = Arc<dyn Fn() + Send + Sync + 'static>;

Aliased Typeยง

pub struct OnBeforeExit { /* private fields */ }