pub type EntitySignatures<K> = BTreeMap<OwnedKeyId<SigningKeyAlgorithm, K>, String>;
Expand description
Map of key identifier to signature values.
Aliased Typeยง
struct EntitySignatures<K> { /* private fields */ }
pub type EntitySignatures<K> = BTreeMap<OwnedKeyId<SigningKeyAlgorithm, K>, String>;
Map of key identifier to signature values.
struct EntitySignatures<K> { /* private fields */ }