pub type PreDispatchFn = Rc<dyn Fn(&ArgMatches, &mut CommandContext) -> Result<(), HookError>>;Expand description
Type alias for pre-dispatch hook functions.
Pre-dispatch hooks receive mutable access to CommandContext, allowing them
to inject state into ctx.extensions that handlers can retrieve.
Aliased Typeยง
pub struct PreDispatchFn { /* private fields */ }