Type Alias IndexedPropertyGetterCallback

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

See [GenericNamedPropertyGetterCallback].