pub trait HeliaWithLibp2p<T>: Heliawhere
T: NetworkBehaviour + Send + 'static,{
// Required method
fn libp2p(&self) -> Arc<Mutex<Swarm<T>>>;
}Expand description
Generic Helia trait with libp2p type parameter for concrete implementations