Module handler

Source
Expand description

Message handler functionality for the message bus system.

This module provides a trait and implementations for handling messages in a type-safe manner, enabling both typed and untyped message processing.

Structs§

ShareableMessageHandler
TypedMessageHandler

Traits§

MessageHandler