type WaitForAllSuccessSteps = Rc<dyn Fn(Vec<HandleValue<'_>>)>;
Expand description
The success steps of https://webidl.spec.whatwg.org/#wait-for-all
Aliased Typeยง
struct WaitForAllSuccessSteps { /* private fields */ }
type WaitForAllSuccessSteps = Rc<dyn Fn(Vec<HandleValue<'_>>)>;
The success steps of https://webidl.spec.whatwg.org/#wait-for-all
struct WaitForAllSuccessSteps { /* private fields */ }