IndexedPropertySetterCallback

Type Alias IndexedPropertySetterCallback 

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

See [GenericNamedPropertySetterCallback].