pub type THandlerInEvent<TBehaviour> = <THandler<TBehaviour> as ConnectionHandler>::FromBehaviour;
Expand description
Custom event that can be received by the ConnectionHandler
of the
NetworkBehaviour
.
pub type THandlerInEvent<TBehaviour> = <THandler<TBehaviour> as ConnectionHandler>::FromBehaviour;
Custom event that can be received by the ConnectionHandler
of the
NetworkBehaviour
.