Type Definition rust_ipfs::p2p::TSwarm

source ·
pub type TSwarm = Swarm<Behaviour>;
Expand description

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