quickjs_runtime::quickjsruntimeadapter

Type Alias ContextInitHooks

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

Aliased Typeยง

struct ContextInitHooks { /* private fields */ }