☰
Module handlerchain_imessagehandler_trait
Traits
?
Module
design_pattern_examples_rust
::
handlerchain
::
handlerchain_imessagehandler_trait
source
·
[
−
]
Expand description
Contains the IMessageHandler trait.
Traits
IMessageHandler
Represents a handler in a chain of handlers. All objects that participate in the HandlerChain class must implement this trait.