pub type ScriptStartHandler = Arc<dyn Fn(&Package, &str) + Send + Sync>;

Aliased Type§

struct ScriptStartHandler { /* private fields */ }