Skip to main content

Module printable

Module printable 

Source
Expand description

Printable representation for a JsValue. Will print the string representation if it is a string, otherwise will output the debug representation.

Structsยง

Printable
Wrapper around a JsValue that provides a human-friendly Display implementation, printing the string contents when the value is a string and falling back to its debug representation otherwise.