Skip to main content

print_full_entry_owned

Function print_full_entry_owned 

Source
pub fn print_full_entry_owned(pairs: &[(&str, String)])
Expand description

print_full_entry for owned values. crate::display::full_display_pairs builds (&'static str, String) pairs — it has to, since a display name is computed rather than borrowed from the response — so this saves every call site the same re-borrowing dance.