macro_rules! events {
($($event:ty),+ $(,)?) => { ... };
}Expand description
Declare an exact, type-checked outward domain-event set.
macro_rules! events {
($($event:ty),+ $(,)?) => { ... };
}Declare an exact, type-checked outward domain-event set.