Expand description
Converts Rust NetEvent instances to serializable NetEventInfo.
Functionsยง
- event_
type_ name - Maps a Rust
NetEventvariant to a PascalCase type name string. - extract_
place_ name - Extracts a place name from an event, if applicable.
- extract_
transition_ name - Extracts a transition name from an event, if applicable.
- to_
event_ info - Converts a
NetEventto a serializableNetEventInfo.