Skip to main content

PostOutputFn

Type Alias PostOutputFn 

Source
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 */ }