Struct libp2p_kad::handler::KademliaHandlerProto [−][src]
pub struct KademliaHandlerProto<T> { /* fields omitted */ }
Expand description
A prototype from which KademliaHandler
s can be constructed.
Implementations
Trait Implementations
type Handler = KademliaHandler<T>
type Handler = KademliaHandler<T>
The protocols handler.
Builds the protocols handler. Read more
Return the handler’s inbound protocol.
Builds an implementation of IntoProtocolsHandler
that handles both this protocol and the
other one together. Read more
Creates a builder that will allow creating a NodeHandler
that handles this protocol
exclusively. Read more
Auto Trait Implementations
impl<T> RefUnwindSafe for KademliaHandlerProto<T> where
T: RefUnwindSafe,
impl<T> Send for KademliaHandlerProto<T> where
T: Send,
impl<T> Sync for KademliaHandlerProto<T> where
T: Sync,
impl<T> Unpin for KademliaHandlerProto<T> where
T: Unpin,
impl<T> UnwindSafe for KademliaHandlerProto<T> where
T: UnwindSafe,