Prepare for follow-on change

This commit is contained in:
Hanno Braun 2024-10-23 18:54:37 +02:00
parent 6debe7279f
commit 88dc031a78

View File

@ -52,6 +52,7 @@ impl<S> Layer<S> {
) -> C::Result
where
C: Command<S>,
C::Event: Clone,
{
let result = command.decide(&self.state, events);