Home
last modified time | relevance | path

Searched refs:stored_command (Results 1 – 1 of 1) sorted by relevance

/dports/net/krill/krill-0.9.4/src/commons/eventsourcing/
H A Dstore.rs427 let stored_command = stored_command_builder.finish_with_error(&e); in command() localVariable
428 self.store_command(stored_command)?; in command()
478 … let stored_command = stored_command_builder.finish_with_events(events.as_slice()); in command() localVariable
483 if let Err(e) = self.store_command(stored_command) { in command()