IndexedPropertyGetterCallback

Type Alias IndexedPropertyGetterCallback 

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

See [GenericNamedPropertyGetterCallback].