Docs.rs
auri-0.2.0
auri 0.2.0
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
pflanze
Dependencies
ahtml ^0.8
normal
anyhow ^1.0.14
normal
chj-util ^0.2.1
normal
itertools ^0.10
normal
kstring ^1.0
normal
pct-str ^2.0.0
normal
thiserror ^1.0
normal
Versions
28.89%
of the crate is documented
Platform
i686-unknown-linux-gnu
x86_64-apple-darwin
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
IntoBoxPath
auri
0.2.0
Into
BoxPath
Required Methods
into_box_path
Implementations on Foreign Types
&Box<Path>
&Path
&PathBuf
&str
Box<Path>
PathBuf
String
Implementors
In auri::
path
auri
::
path
Trait
Into
BoxPath
Copy item path
Source
pub trait IntoBoxPath { // Required method fn
into_box_path
(self) ->
Box
<
Path
>; }
Required Methods
§
Source
fn
into_box_path
(self) ->
Box
<
Path
>
Implementations on Foreign Types
§
Source
§
impl
IntoBoxPath
for &
str
Source
§
fn
into_box_path
(self) ->
Box
<
Path
>
Source
§
impl
IntoBoxPath
for &
Box
<
Path
>
Source
§
fn
into_box_path
(self) ->
Box
<
Path
>
Source
§
impl
IntoBoxPath
for &
Path
Source
§
fn
into_box_path
(self) ->
Box
<
Path
>
Source
§
impl
IntoBoxPath
for &
PathBuf
Source
§
fn
into_box_path
(self) ->
Box
<
Path
>
Source
§
impl
IntoBoxPath
for
Box
<
Path
>
Source
§
fn
into_box_path
(self) ->
Box
<
Path
>
Source
§
impl
IntoBoxPath
for
String
Source
§
fn
into_box_path
(self) ->
Box
<
Path
>
Source
§
impl
IntoBoxPath
for
PathBuf
Source
§
fn
into_box_path
(self) ->
Box
<
Path
>
Implementors
§