Skip to main content

InitDeps

Type Alias InitDeps 

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

Late dependency initializer run once before real command execution.

Aliased Typeยง

pub struct InitDeps { /* private fields */ }