Struct std::env::JoinPathsError1.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]

fn fmt(&self, f: &mut Formatter) -> Result

Formats the value using the given formatter.

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.

Derived Implementations

impl Debug for JoinPathsError
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.