Docs.rs
  • batch-mode-0.2.1
    • batch-mode 0.2.1
    • Permalink
    • Docs.rs crate page
    • MIT
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • klebs6
    • Dependencies
      • agent-coordinate ^0.1.1 normal
      • ai-json-template ^0.1.1 normal
      • ai-json-template-derive ^0.1.1 normal
      • batch-mode-3p ^0.2.1 normal
      • batch-mode-batch-client ^0.2.1 normal
      • batch-mode-batch-executor ^0.2.1 normal
      • batch-mode-batch-index ^0.2.1 normal
      • batch-mode-batch-metadata ^0.2.1 normal
      • batch-mode-batch-reconciliation ^0.2.1 normal
      • batch-mode-batch-schema ^0.2.1 normal
      • batch-mode-batch-scribe ^0.1.5 normal
      • batch-mode-batch-triple ^0.2.1 normal
      • batch-mode-batch-workflow ^0.1.1 normal
      • batch-mode-batch-workspace ^0.2.1 normal
      • batch-mode-batch-workspace-interface ^0.2.1 normal
      • batch-mode-json ^0.2.1 normal
      • batch-mode-process-response ^0.2.1 normal
      • batch-mode-token-expansion-axis-derive ^0.1.1 normal
      • batch-mode-token-expansion-step ^0.1.1 normal
      • batch-mode-token-expansion-traits ^0.1.1 normal
      • camel-case-token-with-comment ^0.2.1 normal
      • instructed-language-model-at-coordinate ^0.1.1 normal
      • language-model-batch-workflow-derive ^0.1.1 normal
      • language-model-token-expander ^0.1.1 normal
      • language-model-type ^0.1.1 normal
      • save-load-derive ^0.1.1 normal
      • save-load-traits ^0.2.1 normal
      • structopt ^0.3.26 normal
    • Versions
    • 0% of the crate is documented
  • Platform
    • i686-unknown-linux-gnu
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

batch_mode0.2.1

BatchWorkspaceInterface

Implementors

In crate batch_mode

batch_mode

Trait BatchWorkspaceInterface

Source
pub trait BatchWorkspaceInterface:
    GetInputFilenameAtIndex
    + GetTargetDir
    + GetTargetDirectoryFiles
    + FindSimilarTargetPath
    + GetOutputFilenameAtIndex
    + GetErrorFilenameAtIndex
    + GetMetadataFilenameAtIndex
    + GetDoneDirectory
    + GetFailedJsonRepairsDir
    + GetFailedItemsDir
    + GetTextStoragePath
    + GetWorkdir
    + Send
    + Sync
    + Debug
    + GetTargetPath<Item = Arc<dyn GetTargetPathForAIExpansion + Send + Sync>> { }

Implementors§

Source§

impl BatchWorkspaceInterface for BadWorkspace

Source§

impl BatchWorkspaceInterface for BatchWorkspace

Source§

impl BatchWorkspaceInterface for FailingWorkspace

Source§

impl BatchWorkspaceInterface for MockBatchWorkspace