DeviceSignatures

Type Alias DeviceSignatures 

Source
pub type DeviceSignatures = Signatures<UserId, Box<DeviceId>>;
Expand description

Map of device signatures for an event, grouped by user.

Aliased Typeยง

pub struct DeviceSignatures(/* private fields */);