domain_patterns 0.2.141

Domain patterns holds patterns from the world of Domain Driven Design.
Documentation
1
2
/// Message is a simple marker trait shared by commands and events, to allow for each application of either.
pub trait Message {}