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