Docs.rs
workspacer-crate-interface-0.1.2
workspacer-crate-interface 0.1.2
Docs.rs crate page
MIT
Links
crates.io
Source
Owners
klebs6
Dependencies
serde ^1.0.217
normal
serde_derive ^1.0.219
normal
serde_json ^1.0.138
normal
tracing ^0.1.41
normal
workspacer-3p ^0.5.2
normal
workspacer-errors ^0.1.2
normal
workspacer-toml-interface ^0.1.3
normal
Versions
8.57%
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_
crate_
interface
0.1.2
Root
DirPath
Buf
Required Methods
root_dir_path_buf
Implementors
In crate workspacer_
crate_
interface
workspacer_crate_interface
Trait
RootDirPathBuf
Copy item path
Source
pub trait RootDirPathBuf { // Required method fn
root_dir_path_buf
(&self) ->
PathBuf
; }
Required Methods
§
Source
fn
root_dir_path_buf
(&self) ->
PathBuf
Implementors
§
Source
§
impl<P>
RootDirPathBuf
for P
where P:
AsRef
<
Path
> +
Send
+
Sync
,