pub type ApplyFlags = Arc<dyn Fn(&ArgMatches, &mut Middleware) -> Result<()> + Send + Sync>;Expand description
Hook used to copy parsed application-specific flags into middleware.
Aliased Typeยง
pub struct ApplyFlags { /* private fields */ }pub type ApplyFlags = Arc<dyn Fn(&ArgMatches, &mut Middleware) -> Result<()> + Send + Sync>;Hook used to copy parsed application-specific flags into middleware.
pub struct ApplyFlags { /* private fields */ }