usetime::OffsetDateTime;usecrate::value_objects::{StepId, StepResult};/// File the outcome of the step currently running.
////// Whoever finished it is the seat the definition assigns to the
/// step, so the command does not name one.
#[derive(Debug, Clone, PartialEq, Eq)]pubstructApplyStepResult{pubstep_id: StepId,
pubresult: StepResult,
pubnow: OffsetDateTime,
}