Type Definition proc_exit::ExitResult

source ·
pub type ExitResult = Result<(), Exit>;
Expand description

For use in fn run() -> ExitResult {}