CustomCallback

Type Alias CustomCallback 

Source
pub type CustomCallback = fn(*mut JSContext, &[JSValue]) -> Result<Option<JSValue>>;