Expand description
Contains the HandlerChain struct that manages all windows represented by the IMessageHandler trait.
Structs
- Represents a list of handlers that all implement the IMessageHandler trait. This list can be dynamically updated and each element in the list is passed messages for processing.
Enums
- Represents the type of actions the process_message() method returns for the HandlerChain::send_message() to act on.