mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-06-19 21:11:22 +00:00
fix(swarm)!: make on_connection_handler_event impl mandatory. (#3364)
Sorry I missed this on https://github.com/libp2p/rust-libp2p/pull/3264
This commit is contained in:
@ -172,8 +172,7 @@ pub trait NetworkBehaviour: 'static {
|
||||
_connection_id: ConnectionId,
|
||||
_event: <<Self::ConnectionHandler as IntoConnectionHandler>::Handler as
|
||||
ConnectionHandler>::OutEvent,
|
||||
) {
|
||||
}
|
||||
);
|
||||
|
||||
/// Polls for things that swarm should do.
|
||||
///
|
||||
|
Reference in New Issue
Block a user