pub type TSwarm<C> = Swarm<Behaviour<C>>;
Type alias for libp2p::Swarm running the [behaviour::Behaviour] with the given [IpfsTypes].
libp2p::Swarm
behaviour::Behaviour
IpfsTypes
struct TSwarm<C> { /* private fields */ }