fn display_keystore_entries(
entries: &[KeystoreEntryResult<KeystoreEntry<'_>>],
keymgr: &KeyMgr,
header: &str,
empty_err_msg: &str,
)Expand description
Helper function of run_list_keys, reduces cognitive complexity.
fn display_keystore_entries(
entries: &[KeystoreEntryResult<KeystoreEntry<'_>>],
keymgr: &KeyMgr,
header: &str,
empty_err_msg: &str,
)Helper function of run_list_keys, reduces cognitive complexity.