Type Alias quickjs_runtime::reflection::ProxyStaticCatchAllGetter

source ยท
pub type ProxyStaticCatchAllGetter = dyn Fn(&QuickJsRuntimeAdapter, &QuickJsRealmAdapter, &str) -> Result<QuickJsValueAdapter, JsError> + 'static;