Struct std::env::JoinPathsError
[-] [+]
[src]
pub struct JoinPathsError { // some fields omitted }
Error type returned from std::env::join_paths
when paths fail to be
joined.
pub struct JoinPathsError { // some fields omitted }
Error type returned from std::env::join_paths
when paths fail to be
joined.
impl Display for JoinPathsError
impl Error for JoinPathsError
fn description(&self) -> &str
fn cause(&self) -> Option<&Error>
impl Debug for JoinPathsError
Prefix searches with a type followed by a colon (e.g.
fn:
) to restrict the search to a given type.
Accepted types are: fn
, mod
,
struct
, enum
,
trait
, typedef
(or
tdef
).