[][src]Trait domain_patterns::command::Command

pub trait Command: Message { }

Command is a simple marker trait for command structs. These are commands that are issued and handled by a command handler. They are things we can say "no" to.

Implementors

Loading content...