Skip to main content

PromiseHook

Type Alias PromiseHook 

Source
pub type PromiseHook = Box<dyn for<'a> Fn(Ctx<'a>, PromiseHookType, Value<'a>, Value<'a>) + Send>;
Available on crate feature parallel only.
Expand description

The type of the promise hook.

Aliased Typeยง

pub struct PromiseHook(/* private fields */);