Struct libp2p::kad::handler::KademliaHandlerProto [−][src]
pub struct KademliaHandlerProto<T> { /* fields omitted */ }Expand description
A prototype from which KademliaHandlers can be constructed.
Implementations
Trait Implementations
type Handler = KademliaHandler<T>
type Handler = KademliaHandler<T>The protocols handler.
pub fn into_handler(
self,
&PeerId,
endpoint: &ConnectedPoint
) -> <KademliaHandlerProto<T> as IntoProtocolsHandler>::Handler[src]
pub fn into_handler(
self,
&PeerId,
endpoint: &ConnectedPoint
) -> <KademliaHandlerProto<T> as IntoProtocolsHandler>::Handler[src]Builds the protocols handler. Read more
pub fn inbound_protocol(
&self
) -> <<KademliaHandlerProto<T> as IntoProtocolsHandler>::Handler as ProtocolsHandler>::InboundProtocol[src]
pub fn inbound_protocol(
&self
) -> <<KademliaHandlerProto<T> as IntoProtocolsHandler>::Handler as ProtocolsHandler>::InboundProtocol[src]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,