Docs.rs
path-slash-0.0.1
path-slash 0.0.1
Docs.rs crate page
Links
Repository
crates.io
Source
Owners
rhysd
Dependencies
lazy_static ^1.2.0
dev
Versions
0%
of the crate is documented
Go to latest version
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
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
☰
PathExt
Required Methods
to_slash
to_slash_lossy
Implementations on Foreign Types
Path
Implementors
In path_slash
?
Trait
path_slash
::
PathExt
source
·
[
−
]
pub trait PathExt { fn
to_slash
(&self) ->
Option
<
String
>;
fn
to_slash_lossy
(&self) ->
String
; }
Required Methods
source
fn
to_slash
(&self) ->
Option
<
String
>
source
fn
to_slash_lossy
(&self) ->
String
Implementations on Foreign Types
source
impl
PathExt
for
Path
source
fn
to_slash_lossy
(&self) ->
String
source
fn
to_slash
(&self) ->
Option
<
String
>
Implementors