Type Alias 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].

Aliased Type§

struct TSwarm<C> { /* private fields */ }