Type Definition rust_ipfs::p2p::TSwarm

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

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