Traitsยง
- Communication
Backend - This trait defines the interface that will be used to send and receive messages over IPC. It is up to the platform to implement this trait and any necessary thread synchronization and broadcasting.
- Communication
Backend Receiver - This trait defines the interface for receiving messages from the communication backend.