mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-06-13 01:51:23 +00:00
Add an error associated type to ProtocolsHandler (#795)
This commit is contained in:
@ -105,6 +105,7 @@ where
|
||||
{
|
||||
type InEvent = FloodsubRpc;
|
||||
type OutEvent = FloodsubRpc;
|
||||
type Error = io::Error;
|
||||
type Substream = TSubstream;
|
||||
type InboundProtocol = FloodsubConfig;
|
||||
type OutboundProtocol = FloodsubConfig;
|
||||
|
Reference in New Issue
Block a user