feat(swarm): remove deprecated NetworkBehaviourAction type

Pull-Request: #3919.
This commit is contained in:
Thomas Eizinger
2023-05-14 13:23:49 +02:00
committed by GitHub
parent 6e36e8aa35
commit 38c08049e2
3 changed files with 5 additions and 8 deletions

View File

@ -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