Struct libp2p_kad::handler::KademliaHandlerProto
source · [−]pub struct KademliaHandlerProto<T> { /* private fields */ }Expand description
A prototype from which KademliaHandlers 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