pub type ContextInitHooks = Vec<Box<dyn Fn(&QuickJsRuntimeAdapter, &QuickJsRealmAdapter) -> Result<(), JsError>>>;

Aliased Type§

struct ContextInitHooks { /* private fields */ }