async fn finish(
store: &MockSuotarStore,
generation: &str,
working: &WorkingSet,
call: RecordedCall,
log: RecordedFaults,
delivery: Delivery,
status: u16,
request_level_code: Option<String>,
effect: Option<String>,
) -> Result<Delivery>Expand description
Commits, then hands back what to send.