Skip to main content

ForEachCallback

Type Alias ForEachCallback 

Source
pub type ForEachCallback = TypedJsFunction<(JsString, JsString, JsObject), ()>;
Expand description

A callback function for the forEach method.

Aliased Typeยง

pub struct ForEachCallback { /* private fields */ }