[−][src]Type Definition libp2prs_swarm::protocol_handler::IProtocolHandler
type IProtocolHandler = Box<dyn ProtocolHandler<Info = ProtocolId> + Send + Sync>;
type IProtocolHandler = Box<dyn ProtocolHandler<Info = ProtocolId> + Send + Sync>;
impl Clone for IProtocolHandler
[src]pub fn clone(&self) -> Self
[src]pub fn clone_from(&mut self, source: &Self)
1.0.0[src]