Skip to main content

format_value_full

Function format_value_full 

Source
pub fn format_value_full(v: &Value, mode: &FormatMode) -> Option<String>
Expand description

Returns None for scalars, complex numbers, strings, and void (displayed inline or suppressed); Some(full_string) for matrices (MATLAB-style column-aligned display).