Skip to main content

BuiltinFn

Type Alias BuiltinFn 

Source
pub type BuiltinFn = fn(&[OsString], &EnvContract) -> ExitCode;
Expand description

Type of a built-in handler. Returns the requested process exit code.