format_value

Function format_value 

Source
pub fn format_value<'cx>(
    cx: &'cx Context,
    cfg: Config,
    value: &'cx Value<'cx>,
) -> ValueDisplay<'cx>
Expand description

Formats a JavaScript Value with the given configuration.