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