Type Alias ruma::ServerSignatures
source · pub type ServerSignatures = Signatures<OwnedServerName, OwnedKeyName>;
Expand description
Map of server signatures for an event, grouped by server.
Aliased Type§
struct ServerSignatures(/* private fields */);