pub type BuiltinFn = fn(&[OsString], &EnvContract) -> ExitCode;Expand description
Type of a built-in handler. Returns the requested process exit code.
pub type BuiltinFn = fn(&[OsString], &EnvContract) -> ExitCode;Type of a built-in handler. Returns the requested process exit code.