Trait GetBatchWorkspace

Source
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>>>;
}

Required Methods§

Source

fn workspace( &self, ) -> Arc<dyn FullBatchWorkspaceInterface<E, I, Error = E, Error = E, Error = E, Item = Arc<dyn GetTargetPathForAIExpansion + Send + Sync>>>

Implementors§