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