Struct std::env::JoinPathsError1.0.0 [] [src]

pub struct JoinPathsError { /* fields omitted */ }

The error type for operations on the PATH variable. Possibly returned from the env::join_paths function.

Trait Implementations

impl Debug for JoinPathsError
[src]

[src]

Formats the value using the given formatter. Read more

impl Display for JoinPathsError
[src]

[src]

Formats the value using the given formatter. Read more

impl Error for JoinPathsError
[src]

[src]

A short description of the error. Read more

[src]

The lower-level cause of this error, if any. Read more