evobench_
tools
0.1.0
Into
ArcPath
Required Methods
into_arc_path
Implementations on Foreign Types
&OsStr
&Path
&str
OsString
PathBuf
String
Implementors
In evobench_
tools::
utillib::
into_
arc_
path
evobench_tools
::
utillib
::
into_arc_path
Trait
IntoArcPath
Copy item path
Source
pub trait IntoArcPath { // Required method fn
into_arc_path
(self) ->
Arc
<
Path
>; }
Required Methods
§
Source
fn
into_arc_path
(self) ->
Arc
<
Path
>
Implementations on Foreign Types
§
Source
§
impl
IntoArcPath
for &
str
Source
§
fn
into_arc_path
(self) ->
Arc
<
Path
>
Source
§
impl
IntoArcPath
for &
OsStr
Source
§
fn
into_arc_path
(self) ->
Arc
<
Path
>
Source
§
impl
IntoArcPath
for &
Path
Source
§
fn
into_arc_path
(self) ->
Arc
<
Path
>
Source
§
impl
IntoArcPath
for
String
Source
§
fn
into_arc_path
(self) ->
Arc
<
Path
>
Source
§
impl
IntoArcPath
for
OsString
Source
§
fn
into_arc_path
(self) ->
Arc
<
Path
>
Source
§
impl
IntoArcPath
for
PathBuf
Source
§
fn
into_arc_path
(self) ->
Arc
<
Path
>
Implementors
§