pub type ContextInitHooks = Vec<Box<dyn Fn(&QuickJsRuntimeAdapter, &QuickJsRealmAdapter) -> Result<(), JsError>>>;Aliased Typeยง
struct ContextInitHooks { /* private fields */ }pub type ContextInitHooks = Vec<Box<dyn Fn(&QuickJsRuntimeAdapter, &QuickJsRealmAdapter) -> Result<(), JsError>>>;struct ContextInitHooks { /* private fields */ }