Crate batch_mode_batch_workspace

Source

Structs§

BadWorkspace
In “test_reconcile_unprocessed_input_error_but_mock_processing_fails_action,” you had a local struct BadWorkspace referencing workspace_dir(). Instead, remove that workspace_dir() method entirely, and define a single “BadWorkspace” with full trait impl so it compiles.
BatchWorkspace
BatchWorkspaceBuilder
Builder for BatchWorkspace.

Enums§

BatchWorkspaceBuilderError
Error type for BatchWorkspaceBuilder
BatchWorkspaceError

Traits§

CloneAsFreshTemporary
A trait defining how to “deep clone” a BatchWorkspace into a fully fresh temporary directory, replicating its directory structure (workdir, logs, done, etc.), as well as copying over any existing files.
DeepClone
FindExistingBatchFileIndices
FullBatchWorkspaceInterface
GatherAllBatchTriples
GetBatchWorkspace
LocateBatchFiles