Struct std::env::JoinPathsError 1.0.0[−][src]
pub struct JoinPathsError { /* fields omitted */ }Expand description
The error type for operations on the PATH variable. Possibly returned from
env::join_paths().
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for JoinPathsErrorimpl Send for JoinPathsErrorimpl Sync for JoinPathsErrorimpl Unpin for JoinPathsErrorimpl UnwindSafe for JoinPathsError