pub fn format_value(py: Python<'_>, value: PyObject) -> PyResult<String>Expand description
Compact single-line representation of a decoded value. Accepts any
Python object that was produced by decode_value or by this crate’s
GET result conversion; non-NT inputs are round-tripped via their
string form.