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.

Trait Implementations

impl Display for JoinPathsError

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

impl Error for JoinPathsError

fn description(&self) -> &str

fn cause(&self) -> Option<&Error>

Derived Implementations

impl Debug for JoinPathsError

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