pub type PostDispatchFn = Rc<dyn Fn(&ArgMatches, &CommandContext, Value) -> Result<Value, HookError>>;Expand description
Type alias for post-dispatch hook functions.
Aliased Typeยง
pub struct PostDispatchFn { /* private fields */ }pub type PostDispatchFn = Rc<dyn Fn(&ArgMatches, &CommandContext, Value) -> Result<Value, HookError>>;Type alias for post-dispatch hook functions.
pub struct PostDispatchFn { /* private fields */ }