Type Alias ServerSignatures
pub type ServerSignatures = Signatures<OwnedServerName, ServerSigningKeyVersion>;Expand description
Map of server signatures, grouped by server.
Aliased Typeยง
pub struct ServerSignatures(/* private fields */);