Skip to main content

PostDispatchFn

Type Alias PostDispatchFn 

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

Type alias for post-dispatch hook functions.

Aliased Typeยง

pub struct PostDispatchFn { /* private fields */ }