pub type RejectionTracker = Box<dyn for<'a> Fn(Ctx<'a>, Value<'a>, Value<'a>, bool) + Send>;Available on crate feature
parallel only.Expand description
The type of the promise rejection tracker.
Aliased Typeยง
pub struct RejectionTracker(/* private fields */);