pub trait FullBatchWorkspaceInterface<E, I>:
BatchWorkspaceInterface
+ CalculateUnseenInputs<I>
+ LocateBatchFiles<Error = E>
+ FindExistingBatchFileIndices<Error = E>
+ GatherAllBatchTriples<Error = E>
+ Send
+ Sync{ }
pub trait FullBatchWorkspaceInterface<E, I>:
BatchWorkspaceInterface
+ CalculateUnseenInputs<I>
+ LocateBatchFiles<Error = E>
+ FindExistingBatchFileIndices<Error = E>
+ GatherAllBatchTriples<Error = E>
+ Send
+ Sync{ }