Skip to main content

render_human

Function render_human 

Source
pub fn render_human(envelope: &Envelope) -> String
Expand description

Renders an envelope using generic human output.

There’s no field-selection concept at this entry point, so a no-view array/object falls back to alphabetical key order — use render_human_with_registry_selected when a --fields/default_fields value is available, so its order can drive column order too.