pub fn pipe<PeerID: Hash + Eq + Clone>(
config: PipeConfig,
) -> Result<PipeComponent<PeerID>>Expand description
Construct the needed components for p2p communication with the given pipe configuration
pub fn pipe<PeerID: Hash + Eq + Clone>(
config: PipeConfig,
) -> Result<PipeComponent<PeerID>>Construct the needed components for p2p communication with the given pipe configuration