[][src]Module domain_patterns::message

Message module holds a single marker trait that is shared by both commands and events, so command handlers can handle both commands and events.

Traits

Message

Message is a simple marker trait shared by commands and events, to allow for each application of either.