Expand description
A ProtocolsHandler
implementation that combines multiple other ProtocolsHandler
s
indexed by some key.
Structs
It is an error if two handlers share the same protocol name.
Index and protocol name pair used as UpgradeInfo::Info
.
The aggregated InboundOpenInfo
s of supported inbound substream protocols.
A IntoProtocolsHandler
for multiple other IntoProtocolsHandler
s.
A ProtocolsHandler
for multiple ProtocolsHandler
s of the same type.
Inbound and outbound upgrade for all ProtocolsHandler
s.