pub fn store_data_in_keychain<K, I, DK, DV>(key: K, data: I) -> boolwhere
K: BnStrCompatible,
I: IntoIterator<Item = (DK, DV)>,
DK: BnStrCompatible,
DV: BnStrCompatible,
pub fn store_data_in_keychain<K, I, DK, DV>(key: K, data: I) -> boolwhere
K: BnStrCompatible,
I: IntoIterator<Item = (DK, DV)>,
DK: BnStrCompatible,
DV: BnStrCompatible,