Type Alias IndexedPropertyDescriptorCallback

Source
pub type IndexedPropertyDescriptorCallback<'s> = extern "C" fn(u32, *const PropertyCallbackInfo<Value>) -> Intercepted;
Expand description

See [GenericNamedPropertyDescriptorCallback].