Structs§
- BadWorkspace
- In “test_reconcile_unprocessed_input_error_but_mock_processing_fails_action,”
you had a local
struct BadWorkspace
referencingworkspace_dir()
. Instead, remove thatworkspace_dir()
method entirely, and define a single “BadWorkspace” with full trait impl so it compiles. - Batch
Workspace - Batch
Workspace Builder - Builder for
BatchWorkspace
.
Enums§
- Batch
Workspace Builder Error - Error type for BatchWorkspaceBuilder
- Batch
Workspace Error
Traits§
- Clone
AsFresh Temporary - 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. - Deep
Clone - Find
Existing Batch File Indices - Full
Batch Workspace Interface - Gather
AllBatch Triples - GetBatch
Workspace - Locate
Batch Files