pub type THandler<TBehaviour> = <<TBehaviour as NetworkBehaviour>::ConnectionHandler as IntoConnectionHandler>::Handler;Expand description
ConnectionHandler of the NetworkBehaviour for all the protocols the NetworkBehaviour
supports.
pub type THandler<TBehaviour> = <<TBehaviour as NetworkBehaviour>::ConnectionHandler as IntoConnectionHandler>::Handler;ConnectionHandler of the NetworkBehaviour for all the protocols the NetworkBehaviour
supports.