We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c14f0c5 commit 9365be7Copy full SHA for 9365be7
swarm/src/protocols_handler.rs
@@ -107,7 +107,7 @@ pub trait ProtocolsHandler: Send + 'static {
107
/// The type of errors returned by [`ProtocolsHandler::poll`].
108
type Error: error::Error + Send + 'static;
109
/// The inbound upgrade for the protocol(s) used by the handler.
110
- type InboundProtocol: InboundUpgradeSend + Send + 'static;
+ type InboundProtocol: InboundUpgradeSend;
111
/// The outbound upgrade for the protocol(s) used by the handler.
112
type OutboundProtocol: OutboundUpgradeSend;
113
/// The type of additional information returned from `listen_protocol`.
0 commit comments