Trait GetBatchWorkspace

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

Required Methods§

Source

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

Implementors§