pub type ForEachCallback = TypedJsFunction<(JsString, JsString, JsObject), ()>;
A callback function for the forEach method.
forEach
pub struct ForEachCallback { /* private fields */ }