Skip to main content

PostOutputFn

Type Alias PostOutputFn 

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

Type alias for post-output hook functions.

Aliased Typeยง

pub struct PostOutputFn { /* private fields */ }