pub trait P2pService:
TimeService
+ P2pConnectionService
+ P2pDisconnectionService
+ P2pChannelsService
+ P2pMioService
+ P2pCryptoService
+ P2pNetworkService { }
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.
Implementors§
impl<T> P2pService for T
Available on non-WebAssembly and crate feature
p2p-libp2p
only.