mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-06-23 06:41:34 +00:00
feat(swarm): remove deprecated NetworkBehaviourAction
type
Pull-Request: #3919.
This commit is contained in:
@ -257,9 +257,6 @@ pub trait PollParameters {
|
||||
fn local_peer_id(&self) -> &PeerId;
|
||||
}
|
||||
|
||||
#[deprecated(note = "Use `ToSwarm` instead.")]
|
||||
pub type NetworkBehaviourAction<TOutEvent, TInEvent> = ToSwarm<TOutEvent, TInEvent>;
|
||||
|
||||
/// A command issued from a [`NetworkBehaviour`] for the [`Swarm`].
|
||||
///
|
||||
/// [`Swarm`]: super::Swarm
|
||||
|
Reference in New Issue
Block a user