Add an error associated type to ProtocolsHandler (#795)

This commit is contained in:
Pierre Krieger
2018-12-28 15:11:35 +01:00
committed by GitHub
parent d10cafa804
commit 7798e23e78
13 changed files with 36 additions and 27 deletions

View File

@ -105,6 +105,7 @@ where
{
type InEvent = FloodsubRpc;
type OutEvent = FloodsubRpc;
type Error = io::Error;
type Substream = TSubstream;
type InboundProtocol = FloodsubConfig;
type OutboundProtocol = FloodsubConfig;