Type Alias IndexedPropertyDefinerCallback

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

See [GenericNamedPropertyDefinerCallback].