Printer

Type Alias Printer 

Source
pub type Printer = dyn Fn(&JsValue, &Config, String, usize, Refs, Option<bool>) -> String;