Docs.rs
workspacer-interface-0.5.3
workspacer-interface 0.5.3
Permalink
Docs.rs crate page
MIT
Links
crates.io
Source
Owners
klebs6
Dependencies
tracing ^0.1.41
normal
workspacer-crate-interface ^0.1.2
normal
workspacer-errors ^0.1.2
normal
workspacer-toml-interface ^0.1.3
normal
workspacer-workspace-interface ^0.1.3
normal
Versions
0%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
workspacer_
interface
0.5.3
HasTests
Directory
Required Methods
has_tests_directory
Implementations on Foreign Types
Arc<Mutex<P>>
Implementors
In crate workspacer_
interface
workspacer_interface
Trait
HasTestsDirectory
Copy item path
Source
pub trait HasTestsDirectory { // Required method fn
has_tests_directory
(&self) ->
bool
; }
Required Methods
§
Source
fn
has_tests_directory
(&self) ->
bool
Implementations on Foreign Types
§
Source
§
impl<P>
HasTestsDirectory
for
Arc
<
Mutex
<P>>
where P:
HasTestsDirectory
,
Source
§
fn
has_tests_directory
(&self) ->
bool
Implementors
§