pub type PreDispatchFn = Arc<dyn Fn(&ArgMatches, &CommandContext) -> Result<(), HookError> + Send + Sync>;
Type alias for pre-dispatch hook functions.
pub struct PreDispatchFn { /* private fields */ }