Struct bitflags::__core::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
impl Error for JoinPathsError
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.