quickjs_runtime::quickjsruntimeadapter

Type Alias ContextInitHooks

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

Aliased Typeยง

struct ContextInitHooks { /* private fields */ }