pub fn render_human(results: &DecodeResults<'_>) -> StringExpand description
Render the decode as sectioned, aligned key: value plain text. Pure and
allocation-bounded; a failed section shows its error instead of fabricated
fields. Never panics (no indexing, no unwrap on decoded data).