Type Definition libp2p::swarm::NetworkBehaviourAction

source ·
pub type NetworkBehaviourAction<TOutEvent, TInEvent> = ToSwarm<TOutEvent, TInEvent>;
👎Deprecated: Use ToSwarm instead.