display

Function display 

Source
pub fn display(v: &Val) -> String
Expand description

Render a value the way the REPL prints results. Identical to the fmt::Display impl on Val; kept as a named function because call sites that format for catch payloads and prompts read better with one.