pub type SignedKeySignatures = BTreeMap<OwnedUserId, BTreeMap<OwnedDeviceKeyId, String>>;
Expand description

Signatures for a SignedKey object.

Aliased Type§

struct SignedKeySignatures { /* private fields */ }