Skip to main content

PreDispatchFn

Type Alias PreDispatchFn 

Source
pub type PreDispatchFn = Arc<dyn Fn(&ArgMatches, &CommandContext) -> Result<(), HookError> + Send + Sync>;
Expand description

Type alias for pre-dispatch hook functions.

Aliased Typeยง

pub struct PreDispatchFn { /* private fields */ }