fn count_by_type(ciphers: &[ImportingCipher]) -> Vec<CipherTypeCount>Expand description
Counts ciphers by vault type, in a stable display order, omitting types with no entries.
fn count_by_type(ciphers: &[ImportingCipher]) -> Vec<CipherTypeCount>Counts ciphers by vault type, in a stable display order, omitting types with no entries.