quickjs_runtime::reflection

Type Alias ProxyStaticCatchAllGetter

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