Docs.rs
batch-mode-batch-workspace-interface-0.2.1
batch-mode-batch-workspace-interface 0.2.1
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
klebs6
Dependencies
batch-mode-3p ^0.2.1
normal
batch-mode-batch-index ^0.2.1
normal
camel-case-token-with-comment ^0.2.1
normal
derive_builder ^0.20.2
normal
getset ^0.1.4
normal
Versions
16.33%
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_
mode_
batch_
workspace_
interface
0.2.1
GetDone
Directory
Required Methods
get_done_directory
Implementors
In crate batch_
mode_
batch_
workspace_
interface
batch_mode_batch_workspace_interface
Trait
GetDoneDirectory
Copy item path
Source
pub trait GetDoneDirectory { // Required method fn
get_done_directory
(&self) -> &
PathBuf
; }
Required Methods
§
Source
fn
get_done_directory
(&self) -> &
PathBuf
Implementors
§
Source
§
impl
GetDoneDirectory
for
FailingWorkspace
Source
§
impl
GetDoneDirectory
for
MockBatchWorkspace