Skip to main content

ApplyFlags

Type Alias ApplyFlags 

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