Trait libp2p_core::connection::IntoConnectionHandler [−][src]
Prototype for a ConnectionHandler
.
Associated Types
type Handler: ConnectionHandler
[src]
The node handler.
Required methods
fn into_handler(self, connected: &Connected) -> Self::Handler
[src]
Builds the node handler.
The implementation is given a Connected
value that holds information about
the newly established connection for which a handler should be created.
Implementors
impl<T> IntoConnectionHandler for T where
T: ConnectionHandler,
[src]
T: ConnectionHandler,