Skip to main content

ProcessExitHandler

Type Alias ProcessExitHandler 

Source
pub type ProcessExitHandler = Option<ProcessExit>;
Expand description

None = no handler set (the default for Process::exit_handler).

Aliased Type§

pub enum ProcessExitHandler {
    None,
    Some(ProcessExit),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(ProcessExit)

Some value of type T.