Type Alias THandlerOutEvent
pub type THandlerOutEvent<TBehaviour> = <<TBehaviour as NetworkBehaviour>::ConnectionHandler as ConnectionHandler>::ToBehaviour;
Expand description
Custom event that can be produced by the ConnectionHandler
of the NetworkBehaviour
.