Struct std::env::JoinPathsError 1.0.0
[−]
[src]
pub struct JoinPathsError { // some fields omitted }
Error type returned from std::env::join_paths
when paths fail to be
joined.
Trait Implementations
impl Display for JoinPathsError
[src]
impl Error for JoinPathsError
[src]
fn description(&self) -> &str
A short description of the error. Read more
fn cause(&self) -> Option<&Error>
The lower-level cause of this error, if any.