pub type DeviceSignatures = Signatures<OwnedUserId, OwnedDeviceId>;
Expand description
Map of device signatures for an event, grouped by user.
Aliased Typeยง
struct DeviceSignatures(/* private fields */);
pub type DeviceSignatures = Signatures<OwnedUserId, OwnedDeviceId>;
Map of device signatures for an event, grouped by user.
struct DeviceSignatures(/* private fields */);