Skip to main content

PreRun

Type Alias PreRun 

Source
pub type PreRun = Arc<dyn Fn(&mut Middleware, &str, &ValueMap) -> Result<()> + Send + Sync>;
Expand description

Hook run immediately before executable commands and built-ins.

Aliased Typeยง

pub struct PreRun { /* private fields */ }