☰
xtask
0.1.0
ToStrOrError
Required Methods
to_str_or_err
Implementations on Foreign Types
OsStr
Path
Implementors
In xtask::runner
?
Trait
xtask
::
runner
::
ToStrOrError
source
·
[
−
]
trait ToStrOrError { // Required method fn
to_str_or_err
(&self) ->
Result
<&
str
>; }
Required Methods
§
source
fn
to_str_or_err
(&self) ->
Result
<&
str
>
Implementations on Foreign Types
§
source
§
impl
ToStrOrError
for
OsStr
source
§
fn
to_str_or_err
(&self) ->
Result
<&
str
>
source
§
impl
ToStrOrError
for
Path
source
§
fn
to_str_or_err
(&self) ->
Result
<&
str
>
Implementors
§