ServerSignatures

Type Alias ServerSignatures 

Source
pub type ServerSignatures = Signatures<Box<ServerName>, Box<KeyName>>;
Expand description

Map of server signatures for an event, grouped by server.

Aliased Typeยง

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