Type Alias IndexedPropertyDefinerCallback

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

See [GenericNamedPropertyDefinerCallback].