[][src]Type Definition ipfs::p2p::TSwarm

type TSwarm<T> = Swarm<Behaviour<T>>;

Type alias for [libp2p::Swarm] running the [behaviour::Behaviour] with the given IpfsTypes.