Implements a message handler struct for a separate message struct. - The first type argument (`M`) is that message struct type, representing a message enum variant to be matched and handled in `process_message()`. - The second type argument (`C`) is the type of the context struct that can be passed along by the caller to `process_message()`.
source not stored for this graph (policy: none)
nothing calls this directly
no outgoing calls
no test coverage detected