pub trait ProtocolInboundUpgrade<TInfo>: InboundUpgrade<Stream, Output = ProtocolUpgradeOutput<TInfo>> { }