pub trait GetBatchWorkspace<E, I>{
// Required method
fn workspace(
&self,
) -> Arc<dyn FullBatchWorkspaceInterface<E, I, Error = E, Error = E, Error = E, Item = Arc<dyn GetTargetPathForAIExpansion + Send + Sync>>>;
}
pub trait GetBatchWorkspace<E, I>{
// Required method
fn workspace(
&self,
) -> Arc<dyn FullBatchWorkspaceInterface<E, I, Error = E, Error = E, Error = E, Item = Arc<dyn GetTargetPathForAIExpansion + Send + Sync>>>;
}